From bbc604b85a19bc0ed2c7cba6b4e5f6c5ccc21c33 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 15 Jun 2016 07:42:39 +0200 Subject: Avoid crashing. ...that was a bit too optimistic, sill happening when running kube. --- common/modelresult.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/modelresult.cpp b/common/modelresult.cpp index 6feca43..d13f867 100644 --- a/common/modelresult.cpp +++ b/common/modelresult.cpp @@ -193,7 +193,6 @@ void ModelResult::add(const Ptr &value) } if (mEntities.contains(childId)) { Warning() << "Entity already in model " << value->identifier(); - Q_ASSERT(false); return; } // qDebug() << "Inserting rows " << index << parent; -- cgit v1.2.3