forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: Fix header
Change-Id: Ib272d772f6e8838b71c6ede8222acae4313ecae2 Reviewed-on: http://codereview.qt.nokia.com/4009 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
#include <QSet>
|
||||
#include <QtDebug>
|
||||
|
||||
#include <QSGItem>
|
||||
|
||||
#include <QtDeclarative/QDeclarativeEngine>
|
||||
|
||||
/*!
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@
|
||||
|
||||
#include "dummycontextobject.h"
|
||||
|
||||
#include "private/designersupport.h"
|
||||
#include <designersupport.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <QSGItem>
|
||||
#include <QSGView>
|
||||
|
||||
#include <private/designersupport.h>
|
||||
#include <designersupport.h>
|
||||
#include <addimportcontainer.h>
|
||||
#include <createscenecommand.h>
|
||||
|
||||
|
||||
@@ -36,6 +36,9 @@
|
||||
#include "statepreviewimagechangedcommand.h"
|
||||
#include "createscenecommand.h"
|
||||
|
||||
#include <QSGItem>
|
||||
#include <designersupport.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
Qt5PreviewNodeInstanceServer::Qt5PreviewNodeInstanceServer(NodeInstanceClientInterface *nodeInstanceClient) :
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
#include "dummycontextobject.h"
|
||||
|
||||
#include "private/designersupport.h"
|
||||
#include <designersupport.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "objectnodeinstance.h"
|
||||
|
||||
#include <QSGItem>
|
||||
#include <private/designersupport.h>
|
||||
#include <designersupport.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user