CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / QtAutogen / SameName / object.h++
blob64222b7eca82b0c886438fffa39f2ed3db50f3af
1 #ifndef OBJECT_HPLPL
2 #define OBJECT_HPLPL
4 #include <QObject>
6 class Object_hplpl : public QObject
8   Q_OBJECT
9   Q_SLOT
10   void go(){};
13 #endif