File indexing completed on 2024-05-05 05:41:37

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