From af9ddbe01153db6670309e9bc6a812b87c996b90 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 13 Dec 2021 09:27:34 +0100 Subject: 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 Reviewed-by: Reviewed-by: Alessandro Portale --- share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3