changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
--- a/src/declarative/qml/qdeclarativeinstruction_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/qml/qdeclarativeinstruction_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -292,7 +292,8 @@ struct StoreSignalInstruction { int signalIndex; int value; - int context; + short context; + int name; }; struct AssignSignalObjectInstruction { int signal;