diff options
author | Thomas Hartmann <[email protected]> | 2022-08-26 14:24:07 +0200 |
---|---|---|
committer | Thomas Hartmann <[email protected]> | 2022-08-26 12:58:30 +0000 |
commit | 4fc03ab12e43cf6d803c88fa5ee2a27080388412 (patch) | |
tree | 287389cf862c968f7af6b285f808a361d1f939ba | |
parent | cb18ad80aee4a4ba3f69b5e27c4657358b246ce6 (diff) |
QmlDesigner: Remove exceptionqds/v3.6.0qds-3.6
Change-Id: I06e0ab93d06ca1f60bfc99e1f9def34e17854585
Reviewed-by: Thomas Hartmann <[email protected]>
-rw-r--r-- | src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp b/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp index 6e7884fca29..4a61386cbf2 100644 --- a/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp +++ b/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp @@ -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()); |