aboutsummaryrefslogtreecommitdiff
path: root/sandbox/multithreading-tests/single-thread/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/multithreading-tests/single-thread/main.cpp')
-rw-r--r--sandbox/multithreading-tests/single-thread/main.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/sandbox/multithreading-tests/single-thread/main.cpp b/sandbox/multithreading-tests/single-thread/main.cpp
deleted file mode 100644
index 16dd2f65..00000000
--- a/sandbox/multithreading-tests/single-thread/main.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <contextproperty.h>
-
-#include "listener.h"
-
-#include <QCoreApplication>
-
-
-int main(int argc, char** argv)
-{
- QCoreApplication app(argc, argv);
-
- Listener listener;
-
- return app.exec();
-}