diff options
author | Itay Grudev <itay@grudev.com> | 2015-02-26 19:00:11 +0000 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2015-02-26 19:00:11 +0000 |
commit | 5c89ab17cf5c516cb2232dffc0b5ddae6c7d2be0 (patch) | |
tree | b6e72002f23fce5d976a85e6beefe89cbcb94999 /main.cpp | |
parent | Update README.md (diff) | |
download | singleapplication-5c89ab17cf5c516cb2232dffc0b5ddae6c7d2be0.tar.xz |
Completly rewritten and simplified source
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 11 |
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(); -} |