summaryrefslogtreecommitdiff
path: root/libsowatch/watchmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchmanager.h')
-rw-r--r--libsowatch/watchmanager.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/libsowatch/watchmanager.h b/libsowatch/watchmanager.h
deleted file mode 100644
index 6d945ff..0000000
--- a/libsowatch/watchmanager.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef WATCHMANAGER_H
-#define WATCHMANAGER_H
-
-#include <QObject>
-
-namespace sowatch
-{
-
-class WatchManager : public QObject
-{
- Q_OBJECT
-public:
- explicit WatchManager(QObject *parent = 0);
-
-signals:
-
-public slots:
-
-};
-
-}
-
-#endif // WATCHMANAGER_H