aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-09-13 16:39:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 14:26:23 +0200
commitd071acf7ff4573cdf7dbea801f40375611243551 (patch)
treeec34f84d8d795b2996da63e74183eba93fff4ee3 /src/qml/qml/qqmltypeloader_p.h
parent269e29fdf36dd700d8c985dc7f11dbb5c8746c51 (diff)
[new compiler] Initial support for attached properties
Attached properties are implemented similarly to group properties, except that the object operated on isn't a QQmlValueType from a property (i.e. font) but the QObject that implements the attached properties. Change-Id: If73751162c191c65512ca1bddadd6270e6e33793 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmltypeloader_p.h')
-rw-r--r--src/qml/qml/qqmltypeloader_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/qml/qqmltypeloader_p.h b/src/qml/qml/qqmltypeloader_p.h
index f86c037f93..fee09d3bdb 100644
--- a/src/qml/qml/qqmltypeloader_p.h
+++ b/src/qml/qml/qqmltypeloader_p.h
@@ -68,7 +68,6 @@
#include <private/qqmldirparser_p.h>
#include <private/qqmlbundle_p.h>
#include <private/qflagpointer_p.h>
-#include <private/qqmlcodegenerator_p.h>
#include <private/qv4value_p.h>
#include <private/qv4script_p.h>
@@ -85,6 +84,10 @@ class QQmlTypeData;
class QQmlDataLoader;
class QQmlExtensionInterface;
+namespace QtQml {
+struct ParsedQML;
+}
+
class Q_QML_PRIVATE_EXPORT QQmlDataBlob : public QQmlRefCount
{
public: