aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index 101534f..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "singleapplication.h"
-
-int main(int argc, char *argv[])
-{
- SingleApplication app(argc, argv);
-
- // Is another instance of the program is already running
- if(!app.shouldContinue())return 0;
-
- return app.exec();
-}