forked from qt-creator/qt-creator
QmlPuppet: Compile fix for namespaced Qt
Change-Id: I53042de1fdc639e63068ce1f8cdd6e1c81151264 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef NODEINSTANCEGLOBAL_H
|
||||
#define NODEINSTANCEGLOBAL_H
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QList>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
typedef QByteArray PropertyName;
|
||||
|
||||
@@ -37,10 +37,7 @@
|
||||
#include <QString>
|
||||
#include <QQmlContext>
|
||||
|
||||
class QQmlContext;
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class ObjectNodeInstance;
|
||||
|
||||
Reference in New Issue
Block a user