summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocDepends/test1.cpp')
-rw-r--r--Tests/QtAutogen/mocDepends/test1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/QtAutogen/mocDepends/test1.cpp b/Tests/QtAutogen/mocDepends/test1.cpp
index 92c259c..002dfd8 100644
--- a/Tests/QtAutogen/mocDepends/test1.cpp
+++ b/Tests/QtAutogen/mocDepends/test1.cpp
@@ -1,9 +1,8 @@
-#include "object.hpp"
+#include "test1_object.hpp"
int main()
{
Object obj;
-
return 0;
}