assert false
This commit is contained in:
@@ -127,6 +127,7 @@ bool SortFilterRoomTreeModel::filterAcceptsRow(int source_row, const QModelIndex
|
|||||||
const QModelIndex index = sourceModel()->index(source_row, 0, source_parent);
|
const QModelIndex index = sourceModel()->index(source_row, 0, source_parent);
|
||||||
if (!index.isValid()) {
|
if (!index.isValid()) {
|
||||||
qWarning() << source_row << source_parent << sourceModel()->rowCount(source_parent);
|
qWarning() << source_row << source_parent << sourceModel()->rowCount(source_parent);
|
||||||
|
Q_ASSERT(false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user