forked from qt-creator/qt-creator
QmlDesigner: Fix compile
Change-Id: I247fe6b962f0b67055e797189626752d51484b71 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user