src/declarative/qml/qdeclarativeinstruction_p.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   290         int valueIndex;
   290         int valueIndex;
   291     };
   291     };
   292     struct StoreSignalInstruction {
   292     struct StoreSignalInstruction {
   293         int signalIndex;
   293         int signalIndex;
   294         int value;
   294         int value;
   295         int context;
   295         short context;
       
   296         int name;
   296     };
   297     };
   297     struct AssignSignalObjectInstruction {
   298     struct AssignSignalObjectInstruction {
   298         int signal;
   299         int signal;
   299     };
   300     };
   300     struct CreateComponentInstruction {
   301     struct CreateComponentInstruction {