diff options
Diffstat (limited to 'Tests/QtAutogen/skipSource/qItemA.hpp')
-rw-r--r-- | Tests/QtAutogen/skipSource/qItemA.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/QtAutogen/skipSource/qItemA.hpp b/Tests/QtAutogen/skipSource/qItemA.hpp new file mode 100644 index 0000000..d295faf --- /dev/null +++ b/Tests/QtAutogen/skipSource/qItemA.hpp @@ -0,0 +1,13 @@ +#ifndef QITEMA_HPP +#define QITEMA_HPP + +#include <QObject> + +class QItemA : public QObject +{ + Q_OBJECT + Q_SLOT + void go(); +}; + +#endif |