diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 05:31:09 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 05:31:09 (GMT) |
commit | 3aff93a5bba79bdf45f13e4c9f8c66c9a9ed47b4 (patch) | |
tree | fcd1594b02cd0df98bbe213496207f2be268e677 /src/declarative/qml/qmlinstruction_p.h | |
parent | 4c1cdb0bf25847a8ebf42cf573faf5b2386000b9 (diff) | |
download | Qt-3aff93a5bba79bdf45f13e4c9f8c66c9a9ed47b4.zip Qt-3aff93a5bba79bdf45f13e4c9f8c66c9a9ed47b4.tar.gz Qt-3aff93a5bba79bdf45f13e4c9f8c66c9a9ed47b4.tar.bz2 |
Remove Try*Object instructions
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index a21ccee..a2f7ede 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -118,9 +118,7 @@ public: StoreCompiledBinding, /* assignBinding */ StoreValueSource, /* assignValueSource */ - TryBeginObject, BeginObject, /* begin */ - TryCompleteObject, CompleteObject, /* complete */ AssignObject, /* assignObject */ |