diff options
Diffstat (limited to 'sowatchd/service.cpp')
-rw-r--r-- | sowatchd/service.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sowatchd/service.cpp b/sowatchd/service.cpp deleted file mode 100644 index 0b3777c..0000000 --- a/sowatchd/service.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "global.h" -#include "service.h" - -using namespace sowatch; - -Service::Service(QObject *parent) : - QObject(parent) -{ - -} - -void Service::terminate() -{ - QCoreApplication::exit(0); -} |