From 5c89ab17cf5c516cb2232dffc0b5ddae6c7d2be0 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 26 Feb 2015 19:00:11 +0000 Subject: Completly rewritten and simplified source --- main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main.cpp (limited to 'main.cpp') 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(); -} -- cgit v1.2.1