diff options
Diffstat (limited to 'watchmanager.h')
-rw-r--r-- | watchmanager.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/watchmanager.h b/watchmanager.h deleted file mode 100644 index 6d945ff..0000000 --- a/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 |