src/tools/moc/moc.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   236     // in FunctionDef accordingly
   236     // in FunctionDef accordingly
   237     bool testFunctionAttribute(FunctionDef *def);
   237     bool testFunctionAttribute(FunctionDef *def);
   238     bool testFunctionAttribute(Token tok, FunctionDef *def);
   238     bool testFunctionAttribute(Token tok, FunctionDef *def);
   239 
   239 
   240     void checkSuperClasses(ClassDef *def);
   240     void checkSuperClasses(ClassDef *def);
       
   241     void checkProperties(ClassDef* cdef);
   241 };
   242 };
   242 
   243 
   243 inline QByteArray noRef(const QByteArray &type)
   244 inline QByteArray noRef(const QByteArray &type)
   244 {
   245 {
   245     if (type.endsWith('&')) {
   246     if (type.endsWith('&')) {