summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-08-26 14:24:07 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-08-26 12:58:30 +0000
commit4fc03ab12e43cf6d803c88fa5ee2a27080388412 (patch)
tree287389cf862c968f7af6b285f808a361d1f939ba
parentcb18ad80aee4a4ba3f69b5e27c4657358b246ce6 (diff)
downloadqt-creator-qds-3.6.tar.gz
QmlDesigner: Remove exceptionqds/v3.6.0qds-3.6
Change-Id: I06e0ab93d06ca1f60bfc99e1f9def34e17854585 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp4
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 6e7884fca2..4a61386cbf 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());