summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocInclude/Strict/strict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocInclude/Strict/strict.cpp')
-rw-r--r--Tests/QtAutogen/MocInclude/Strict/strict.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/Strict/strict.cpp b/Tests/QtAutogen/MocInclude/Strict/strict.cpp
new file mode 100644
index 0000000..dd24bb0
--- /dev/null
+++ b/Tests/QtAutogen/MocInclude/Strict/strict.cpp
@@ -0,0 +1,7 @@
+// Forward declaration
+bool commonStrict();
+
+int main(int argv, char** args)
+{
+ return commonStrict() ? 0 : -1;
+}