Warning, /sdk/clazy/tests/missing-qobject-macro/file.hh.fixed.expected is written in an unsupported language. File is not indexed.
0001 #ifndef FILE_H 0002 #define FILE_H 0003 0004 #include <QtCore/QObject> 0005 0006 class MissingMacro : public QObject 0007 { 0008 Q_OBJECT 0009 public: // Warning 0010 }; 0011 0012 #endif // FILE_H