diff options
Diffstat (limited to 'Tests/Qt4Targets/IncrementalMoc/foo.h')
-rw-r--r-- | Tests/Qt4Targets/IncrementalMoc/foo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Qt4Targets/IncrementalMoc/foo.h b/Tests/Qt4Targets/IncrementalMoc/foo.h new file mode 100644 index 0000000..38d899f --- /dev/null +++ b/Tests/Qt4Targets/IncrementalMoc/foo.h @@ -0,0 +1,9 @@ + +#include <QObject> + +class Foo : QObject +{ + Q_OBJECT +public: + Foo(); +}; |