summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-12 05:16:49 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-12 05:16:49 (GMT)
commit0d1fecac0a0a6d914aa3c00ef6e2c4aadeecc0c0 (patch)
tree7b68f32c65087a38a2c64ae955ba157c78c88504 /src/declarative/qml/qmlcompiler_p.h
parent7c0960a479a250d4c6b46d6fe094ab93564e515b (diff)
downloadQt-0d1fecac0a0a6d914aa3c00ef6e2c4aadeecc0c0.zip
Qt-0d1fecac0a0a6d914aa3c00ef6e2c4aadeecc0c0.tar.gz
Qt-0d1fecac0a0a6d914aa3c00ef6e2c4aadeecc0c0.tar.bz2
More QML tests
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 9d2f8f7..246dd70 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -72,12 +72,11 @@ public:
struct TypeReference
{
TypeReference()
- : type(0), component(0), parser(0), ref(0) {}
+ : type(0), component(0), ref(0) {}
QByteArray className;
QmlType *type;
QmlComponent *component;
- QmlCustomParser *parser;
QmlRefCount *ref;
QObject *createInstance(QmlContext *) const;