aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2015-02-26 19:00:11 +0000
committerItay Grudev <itay@grudev.com>2015-02-26 19:00:11 +0000
commit5c89ab17cf5c516cb2232dffc0b5ddae6c7d2be0 (patch)
treeb6e72002f23fce5d976a85e6beefe89cbcb94999 /main.cpp
parentUpdate README.md (diff)
downloadsingleapplication-5c89ab17cf5c516cb2232dffc0b5ddae6c7d2be0.tar.xz
Completly rewritten and simplified source
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();
-}