equal
deleted
inserted
replaced
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('&')) { |