forked from qt-creator/qt-creator
QmlDesigner: Fix compile
Change-Id: Iab57aa9b78c73773ccdb66490ff2536b2a5465fd Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "abstractproperty.h"
|
||||
#include "qmldesignercorelib_global.h"
|
||||
#include <QPointer>
|
||||
#include <QList>
|
||||
@@ -47,7 +48,6 @@ namespace Internal {
|
||||
using InternalPropertyPointer = QSharedPointer<InternalProperty>;
|
||||
}
|
||||
class NodeMetaInfo;
|
||||
class AbstractProperty;
|
||||
class BindingProperty;
|
||||
class VariantProperty;
|
||||
class SignalHandlerProperty;
|
||||
|
@@ -24,7 +24,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "modelnode.h"
|
||||
#include <abstractproperty.h>
|
||||
#include <model.h>
|
||||
#include <nodemetainfo.h>
|
||||
#include "internalnode_p.h"
|
||||
|
Reference in New Issue
Block a user