summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocOptions/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocOptions/main.cpp')
-rw-r--r--Tests/QtAutogen/MocOptions/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocOptions/main.cpp b/Tests/QtAutogen/MocOptions/main.cpp
new file mode 100644
index 000000000..7aeab1a89
--- /dev/null
+++ b/Tests/QtAutogen/MocOptions/main.cpp
@@ -0,0 +1,7 @@
+#include "Object.hpp"
+
+int main(int argv, char** args)
+{
+ Object object;
+ return 0;
+}