From e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 17 Oct 2011 20:54:22 +0200 Subject: Major change: sowatchd is now a QtM service --- sowatchd/service.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sowatchd/service.h (limited to 'sowatchd/service.h') diff --git a/sowatchd/service.h b/sowatchd/service.h new file mode 100644 index 0000000..797dc3d --- /dev/null +++ b/sowatchd/service.h @@ -0,0 +1,26 @@ +#ifndef SERVICE_H +#define SERVICE_H + +#include +#include +#include + +#include + +namespace sowatch +{ + +class Service : public QObject +{ + Q_OBJECT +public: + explicit Service(QObject *parent = 0); + +public slots: + void terminate(); + +}; + +} + +#endif // SERVICE_H -- cgit v1.2.3