diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-15 13:26:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-15 13:26:07 (GMT) |
commit | deed3896f48d52475bf1585534bca500666d9744 (patch) | |
tree | 23a7b3d1fd18c8367148b6c4774b5ec4968d70ab /src/declarative/qml/qmlcompiler_p.h | |
parent | 6648bab32355a1f64b21e6f5394825a9fbef21ea (diff) | |
download | Qt-deed3896f48d52475bf1585534bca500666d9744.zip Qt-deed3896f48d52475bf1585534bca500666d9744.tar.gz Qt-deed3896f48d52475bf1585534bca500666d9744.tar.bz2 |
Remove Assign*Binding VME instructions
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 64400c5..87c1b82 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -164,7 +164,7 @@ private: int ctxt); bool compileDynamicMeta(QmlParser::Object *obj); - void compileBinding(const QString &, QmlParser::Property *prop, + bool compileBinding(const QString &, QmlParser::Property *prop, int ctxt, const QMetaObject *, qint64); int optimizeExpressions(int start, int end, int patch = -1); |