summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocOnly/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocOnly/main.cpp')
-rw-r--r--Tests/QtAutogen/MocOnly/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocOnly/main.cpp b/Tests/QtAutogen/MocOnly/main.cpp
index 06f8d81..1611f97 100644
--- a/Tests/QtAutogen/MocOnly/main.cpp
+++ b/Tests/QtAutogen/MocOnly/main.cpp
@@ -1,3 +1,5 @@
+#include "IncA.hpp"
+#include "IncB.hpp"
#include "StyleA.hpp"
#include "StyleB.hpp"
@@ -5,5 +7,8 @@ int main(int argv, char** args)
{
StyleA styleA;
StyleB styleB;
+ IncA incA;
+ IncB incB;
+
return 0;
}