QmlPuppet: Compile fix for namespaced Qt

Change-Id: I53042de1fdc639e63068ce1f8cdd6e1c81151264
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
hjk
2015-05-19 16:06:52 +02:00
committed by Thomas Hartmann
parent 78630de9e5
commit 589b76041e
2 changed files with 3 additions and 3 deletions
@@ -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;