forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
#include "qmlprivategate.h"
|
||||
|
||||
#include "metaobject.h"
|
||||
#include "designercustomobjectdata.h"
|
||||
|
||||
#include <objectnodeinstance.h>
|
||||
|
Reference in New Issue
Block a user