CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / QtAutogen / Complex / gadget.h
blob3253e31d94311dd254496958cf35c44e4bbcff46
2 #ifndef GADGET_H
3 #define GADGET_H
5 #include <QObject>
7 class Gadget
9 Q_GADGET
10 Q_ENUMS(Type)
11 public:
12 enum Type
14 Type0,
15 Type1
19 #endif