diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-13 04:14:28 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-13 04:14:28 (GMT) |
commit | 852f899318e6c50b46ece61c075846c266bd4107 (patch) | |
tree | 47060b4e7e0ca12587d3df2f0648bcced4f90b52 /src/declarative/qml/qmlcompiler_p.h | |
parent | 1a2621707da2d41653e9fd2cbf92002fd55b11c5 (diff) | |
download | Qt-852f899318e6c50b46ece61c075846c266bd4107.zip Qt-852f899318e6c50b46ece61c075846c266bd4107.tar.gz Qt-852f899318e6c50b46ece61c075846c266bd4107.tar.bz2 |
Remove AssignSignal instruction
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 246dd70..64400c5 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -139,6 +139,7 @@ private: bool compileFetchedObject(QmlParser::Object *obj, int); bool compileSignal(QmlParser::Property *prop, QmlParser::Object *obj); bool testProperty(QmlParser::Property *prop, QmlParser::Object *obj); + int signalByName(const QMetaObject *, const QByteArray &name); bool compileProperty(QmlParser::Property *prop, QmlParser::Object *obj, int); bool compileIdProperty(QmlParser::Property *prop, QmlParser::Object *obj); |