QmlDesigner: Fix compile

Change-Id: I247fe6b962f0b67055e797189626752d51484b71
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-08-22 06:46:23 +02:00
parent 8031460734
commit c490ffacd7
2 changed files with 1 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#pragma once #pragma once
#include "auxiliarydata.h" #include "auxiliarydata.h"
#include "abstractproperty.h"
#include "qmldesignercorelib_global.h" #include "qmldesignercorelib_global.h"
#include <utils/optional.h> #include <utils/optional.h>
@@ -53,7 +54,6 @@ namespace Internal {
using InternalPropertyPointer = QSharedPointer<InternalProperty>; using InternalPropertyPointer = QSharedPointer<InternalProperty>;
} }
class NodeMetaInfo; class NodeMetaInfo;
class AbstractProperty;
class BindingProperty; class BindingProperty;
class VariantProperty; class VariantProperty;
class SignalHandlerProperty; class SignalHandlerProperty;

View File

@@ -39,7 +39,6 @@
#include "nodeproperty.h" #include "nodeproperty.h"
#include "annotation.h" #include "annotation.h"
#include <abstractproperty.h>
#include <auxiliarydataproperties.h> #include <auxiliarydataproperties.h>
#include <model.h> #include <model.h>
#include <nodemetainfo.h> #include <nodemetainfo.h>