From 99c8706a9525fd714f0c3c969d51f0100092415b Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 7 Jul 2022 19:06:44 +0200 Subject: [PATCH] QmlDesigner: Remove QML_DECLARE_TYPE for QQmlPropertyMap This is not required and can create issues, when including this header file. Change-Id: I2472ecf45c1c8f1faf0d44c8ee97cfbb4736c6c8 Reviewed-by: Qt CI Bot Reviewed-by: Thomas Hartmann --- .../qmldesigner/components/propertyeditor/propertyeditorvalue.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h index 4ae156dc921..af96ddd5813 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h @@ -187,4 +187,3 @@ private: QML_DECLARE_TYPE(PropertyEditorValue) QML_DECLARE_TYPE(PropertyEditorNodeWrapper) -QML_DECLARE_TYPE(QQmlPropertyMap)