forked from qt-creator/qt-creator
qmlpuppet: remove unneeded declarations
Change-Id: I488548fa84e743e0ed80dd68739d3d80a1cea92b Reviewed-on: http://codereview.qt.nokia.com/1297 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -33,29 +33,25 @@
|
||||
#ifndef ABSTRACTNODEINSTANCE_H
|
||||
#define ABSTRACTNODEINSTANCE_H
|
||||
|
||||
#include <QPainter>
|
||||
#include <QStyleOptionGraphicsItem>
|
||||
#include <QSharedPointer>
|
||||
#include <QScopedPointer>
|
||||
#include <QWeakPointer>
|
||||
#include "nodeinstanceserver.h"
|
||||
#include "nodeinstancemetaobject.h"
|
||||
#include "nodeinstancesignalspy.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QSharedPointer>
|
||||
#include <QWeakPointer>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QGraphicsItem;
|
||||
class QDeclarativeContext;
|
||||
class QDeclarativeEngine;
|
||||
class QDeclarativeProperty;
|
||||
class QDeclarativeContext;
|
||||
class QDeclarativeBinding;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
class NodeInstanceServer;
|
||||
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class QmlGraphicsItemNodeInstance;
|
||||
@@ -70,7 +66,7 @@ class ObjectNodeInstance
|
||||
public:
|
||||
typedef QSharedPointer<ObjectNodeInstance> Pointer;
|
||||
typedef QWeakPointer<ObjectNodeInstance> WeakPointer;
|
||||
ObjectNodeInstance(QObject *object);
|
||||
explicit ObjectNodeInstance(QObject *object);
|
||||
|
||||
virtual ~ObjectNodeInstance();
|
||||
void destroy();
|
||||
@@ -203,7 +199,6 @@ private:
|
||||
bool m_isInPositioner;
|
||||
};
|
||||
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmlDesigner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user