summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutomoc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutomoc/main.cpp')
-rw-r--r--Tests/QtAutomoc/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/QtAutomoc/main.cpp b/Tests/QtAutomoc/main.cpp
index 7eb29a3..738f677 100644
--- a/Tests/QtAutomoc/main.cpp
+++ b/Tests/QtAutomoc/main.cpp
@@ -47,6 +47,7 @@
#include "sub/bar.h"
#include "abc.h"
#include "xyz.h"
+#include "yaf.h"
int main(int argv, char **args)
{
@@ -74,5 +75,8 @@ int main(int argv, char **args)
Xyz xyz;
xyz.doXyz();
+ Yaf yaf;
+ yaf.doYaf();
+
return app.exec();
}