summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 08:13:44 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 08:13:44 (GMT)
commita06c0fe5a2c9eebf5e7cceb06f64e725b42715bd (patch)
tree93d61bae106349e90959b2e5db3d1f636ad8ccfb /src/declarative/qml/qmlcompiler_p.h
parente7c9b51fecc78d8b2f592013513e07a8c0047a2e (diff)
downloadQt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.zip
Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.gz
Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.bz2
Remove AssignStackObject instruction
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 5ada98a..3280866 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -173,6 +173,8 @@ private:
QList<QmlError> exceptions;
QmlCompiledData *output;
+
+ QHash<int, int> savedTypes;
};
QT_END_NAMESPACE