Warning, file /sdk/clazy/tests/missing-qobject-macro/file.hh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef FILE_H
0002 #define FILE_H
0003 
0004 #include <QtCore/QObject>
0005 
0006 class MissingMacro : public QObject
0007 {
0008 public: // Warning
0009 };
0010 
0011 #endif // FILE_H