Imported Upstream version 3.17.5
[platform/upstream/cmake.git] / Tests / QtAutogen / RerunMocOnAddFile / MocOnAddFile / myobject.h
1 #ifndef MYOBJECT_H
2 #define MYOBJECT_H
3
4 #include <qobject.h>
5
6 class MyObject : public QObject
7 {
8   Q_OBJECT
9 public:
10   MyObject(QObject* parent = 0);
11 };
12
13 #endif