aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-13 09:27:34 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-14 09:17:26 +0000
commitaf9ddbe01153db6670309e9bc6a812b87c996b90 (patch)
tree4573984524d78affa2973aa0736feb47ba91007a
parent229d26df6fa68c1fe170f2b156abf48bb788b84d (diff)
QmlDesigner: Fix Qt 6.3 build
The include is not required and the whole class defined inside is not used since Qt 5.6 anymore. I will remove the pre Qt 5.6 code in another patch. Change-Id: Icfc13376ceba3ee16b516156727f743e49a85127 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp b/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp
index 03b28bbf65..7febd56b82 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp
+++ b/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp
@@ -25,7 +25,6 @@
#include "qmlprivategate.h"
-#include "metaobject.h"
#include "designercustomobjectdata.h"
#include <objectnodeinstance.h>