QmlDesigner: Remove exception

Change-Id: I06e0ab93d06ca1f60bfc99e1f9def34e17854585
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-08-26 14:24:07 +02:00
parent cb18ad80ae
commit 4fc03ab12e

View File

@@ -530,10 +530,6 @@ public:
qDebug() << astTypeNode->name.toString() << typeName; qDebug() << astTypeNode->name.toString() << typeName;
qDebug() << metaInfo.isValid() << metaInfo.typeName(); qDebug() << metaInfo.isValid() << metaInfo.typeName();
qDebug() << metaInfo.directSuperClass().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()); typeName = QString::fromUtf8(metaInfo.typeName());