aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts/templates/test-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scripts/templates/test-main.cpp')
-rw-r--r--dev-scripts/templates/test-main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-scripts/templates/test-main.cpp b/dev-scripts/templates/test-main.cpp
new file mode 100644
index 00000000..5ca75994
--- /dev/null
+++ b/dev-scripts/templates/test-main.cpp
@@ -0,0 +1,6 @@
+#include <QtCore/QObject>
+#include <QtCore/QString>
+
+void test()
+{
+}