diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-27 05:15:54 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-27 05:36:30 (GMT) |
commit | a190b92bb4eb40ecf8c30d6f368c0d15ec317580 (patch) | |
tree | 2552b3a4312e4b83a587030b700637a2837db8ec /src/declarative/qml/qmlcompiler_p.h | |
parent | e912fd855706aba438880214fe42737b85c21a4a (diff) | |
download | Qt-a190b92bb4eb40ecf8c30d6f368c0d15ec317580.zip Qt-a190b92bb4eb40ecf8c30d6f368c0d15ec317580.tar.gz Qt-a190b92bb4eb40ecf8c30d6f368c0d15ec317580.tar.bz2 |
Small cleanups
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index bc9e06c..6e9bafb 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -137,7 +137,6 @@ private: bool compileIdProperty(QmlParser::Property *prop, QmlParser::Object *obj); bool compileAttachedProperty(QmlParser::Property *prop, - QmlParser::Object *obj, int ctxt); bool compileNestedProperty(QmlParser::Property *prop, int ctxt); @@ -148,7 +147,6 @@ private: QmlParser::Object *obj, int ctxt); bool compilePropertyObjectAssignment(QmlParser::Property *prop, - QmlParser::Object *obj, QmlParser::Value *value, int ctxt); bool compilePropertyLiteralAssignment(QmlParser::Property *prop, @@ -166,11 +164,11 @@ private: int optimizeExpressions(int start, int end, int patch = -1); QSet<QString> ids; + QHash<int, int> savedTypes; QList<QmlError> exceptions; QmlCompiledData *output; - QHash<int, int> savedTypes; }; QT_END_NAMESPACE |