CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / QtAutogen / MocCMP0100 / Obj2.hh
blob1c74cdd156deb4b199f50b6eaa941165742af478
1 #ifndef OBJ2_HH
2 #define OBJ2_HH
4 #include <QObject>
6 // Qt enabled private class
7 class Obj2Private;
8 // Qt enabled class
9 class Obj2 : public QObject
11 Q_OBJECT
12 public:
13 Obj2();
14 ~Obj2();
16 private:
17 Obj2Private* const d;
20 #endif