diff options
Diffstat (limited to 'Tests/QtAutogen/Parallel/aaa/item.hpp')
-rw-r--r-- | Tests/QtAutogen/Parallel/aaa/item.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Parallel/aaa/item.hpp b/Tests/QtAutogen/Parallel/aaa/item.hpp new file mode 100644 index 000000000..875f72fdb --- /dev/null +++ b/Tests/QtAutogen/Parallel/aaa/item.hpp @@ -0,0 +1,18 @@ +#ifndef AAA_ITEM_HPP +#define AAA_ITEM_HPP + +#include <QObject> +// Include ui_view.h only in header +#include <aaa/ui_view.h> + +namespace aaa { + +class Item : public QObject +{ + Q_OBJECT + Q_SLOT + void go(); +}; +} + +#endif |