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/qmlinstruction_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/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index f465e9f..f06f0e6 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -112,10 +112,7 @@ public: // // AssignConstant - Store a value in a property. Will resolve into // a Store* instruction. - // AssignSignal - Set a signal handler on the property. Will resolve - // into a Store*Signal instruction. AssignConstant, /* assignConstant */ - AssignSignal, /* assignSignal */ AssignSignalObject, /* assignSignalObject */ AssignCustomType, /* assignCustomType */ @@ -273,10 +270,6 @@ public: } storeSignal; struct { int signal; - int value; - } assignSignal; - struct { - int signal; } assignSignalObject; struct { int count; |