src/declarative/qml/qdeclarativeparser_p.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   181                 None   = 0x00000000,
   181                 None   = 0x00000000,
   182                 Shared = 0x00000001
   182                 Shared = 0x00000001
   183             };
   183             };
   184             Q_DECLARE_FLAGS(Pragmas, Pragma)
   184             Q_DECLARE_FLAGS(Pragmas, Pragma)
   185 
   185 
   186             QStringList codes;
   186             QString code;
   187             QStringList files;
   187             QString file;
   188             QList<int> lineNumbers;
   188             Pragmas pragmas;
   189             QList<Pragmas> pragmas;
       
   190         };
   189         };
   191 
   190 
   192         // The bytes to cast instances by to get to the QDeclarativeParserStatus 
   191         // The bytes to cast instances by to get to the QDeclarativeParserStatus 
   193         // interface.  -1 indicates the type doesn't support this interface.
   192         // interface.  -1 indicates the type doesn't support this interface.
   194         // Set by the QDeclarativeCompiler.
   193         // Set by the QDeclarativeCompiler.