forked from qt-creator/qt-creator
QmlDesigner: Remove exception
Change-Id: I06e0ab93d06ca1f60bfc99e1f9def34e17854585 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -530,10 +530,6 @@ public:
|
||||
qDebug() << astTypeNode->name.toString() << typeName;
|
||||
qDebug() << metaInfo.isValid() << metaInfo.typeName();
|
||||
qDebug() << metaInfo.directSuperClass().typeName();
|
||||
|
||||
if (!typeName.startsWith("...") && m_model == m_model->metaInfoProxyModel()
|
||||
&& metaInfo.isValid())
|
||||
throw RewritingException(__LINE__, __FUNCTION__, __FILE__, "test", "test");
|
||||
}
|
||||
|
||||
typeName = QString::fromUtf8(metaInfo.typeName());
|
||||
|
Reference in New Issue
Block a user