summaryrefslogtreecommitdiffstats
path: root/common/modelresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/modelresult.cpp')
-rw-r--r--common/modelresult.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/modelresult.cpp b/common/modelresult.cpp
index b12216b..58703ab 100644
--- a/common/modelresult.cpp
+++ b/common/modelresult.cpp
@@ -224,7 +224,6 @@ QModelIndex ModelResult<T, Ptr>::index(int row, int column, const QModelIndex &p
224 return createIndex(row, column, childId); 224 return createIndex(row, column, childId);
225 } 225 }
226 SinkWarningCtx(mLogCtx) << "Index not available " << row << column << parent; 226 SinkWarningCtx(mLogCtx) << "Index not available " << row << column << parent;
227 Q_ASSERT(false);
228 return QModelIndex(); 227 return QModelIndex();
229} 228}
230 229