From 69954149a432f7a77f2613e348a2089bf5bb2012 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 21 Jun 2017 07:57:20 +0200 Subject: We can run into this on empty models --- common/modelresult.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common') 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::index(int row, int column, const QModelIndex &p return createIndex(row, column, childId); } SinkWarningCtx(mLogCtx) << "Index not available " << row << column << parent; - Q_ASSERT(false); return QModelIndex(); } -- cgit v1.2.3