summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-17 07:40:03 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-17 07:40:03 (GMT)
commit8f60083c0ea560de3dedd5dfd087a06212594fc9 (patch)
tree1ed22be0e0f2df7ede3c35024fc548f89bc7b6e1 /src/declarative/qml/qmlcompiler_p.h
parent02e5239002786a55d68f04a512baa7d4c5f40e66 (diff)
downloadQt-8f60083c0ea560de3dedd5dfd087a06212594fc9.zip
Qt-8f60083c0ea560de3dedd5dfd087a06212594fc9.tar.gz
Qt-8f60083c0ea560de3dedd5dfd087a06212594fc9.tar.bz2
More namespace improvements
- Store and find QML version ranges efficiently - Require version for QmlType-from-string - Removed unused version-ignorant QmlType-from-string functions - Some attached properties now resolve (eg. tst_qmlparser) - Still no better: - interfaces not versioned - some attached properties still hard-codec to Qt
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 4f56169..58279c4 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -267,6 +267,7 @@ private:
QList<QmlError> exceptions;
QmlCompiledData *output;
QmlEngine *engine;
+ QmlCompositeTypeData *unit;
};
QT_END_NAMESPACE