summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-03 01:21:30 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-03 01:21:30 (GMT)
commit67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca (patch)
tree9bde22afe3289835d2053a7a025c83a403786407 /src/declarative/qml/qmlengine.h
parent1ee2bf9f693799c06f10bd6a02ecc65874fb6622 (diff)
downloadQt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.zip
Qt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.tar.gz
Qt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.tar.bz2
Move QmlExpression into its own file
Diffstat (limited to 'src/declarative/qml/qmlengine.h')
-rw-r--r--src/declarative/qml/qmlengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine.h b/src/declarative/qml/qmlengine.h
index f114379..42359e1 100644
--- a/src/declarative/qml/qmlengine.h
+++ b/src/declarative/qml/qmlengine.h
@@ -104,6 +104,7 @@ private:
friend class QmlContext;
friend class QmlContextPrivate;
friend class QmlExpression;
+ friend class QmlExpressionPrivate;
friend class QmlBasicScript;
friend class QmlVME;
friend class QmlComponent;