Remove dependency to qdeclarativecontext_p.h

Not needed any more, see commit affdf1c47f
This commit is contained in:
Kai Koehne
2010-03-19 14:12:23 +01:00
parent 962572ed07
commit cfa82fc9ba
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#include "objectnodeinstance.h"
#include <QSharedPointer>
#include <QMetaProperty>
#include <qnumeric.h>
namespace QmlDesigner {

View File

@@ -1,8 +1,8 @@
#ifndef NODEINSTANCEMETAOBJECT_H
#define NODEINSTANCEMETAOBJECT_H
#include <QDeclarativeContext>
#include <private/qdeclarativeopenmetaobject_p.h>
#include <private/qdeclarativecontext_p.h>
namespace QmlDesigner {
namespace Internal {