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 <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-07-07 19:06:44 +02:00
parent 58e0d76a61
commit 99c8706a95

View File

@@ -187,4 +187,3 @@ private:
QML_DECLARE_TYPE(PropertyEditorValue)
QML_DECLARE_TYPE(PropertyEditorNodeWrapper)
QML_DECLARE_TYPE(QQmlPropertyMap)