diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:20:57 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:20:57 +0200 |
commit | b0771d893865ca249bbf191636fad593901cce03 (patch) | |
tree | 11d1cc7be1ebb10b100557047d919d81fb26e29a /libsowatch/watchmanager.h | |
parent | 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 (diff) | |
download | sowatch-b0771d893865ca249bbf191636fad593901cce03.tar.gz sowatch-b0771d893865ca249bbf191636fad593901cce03.zip |
moving more files around
Diffstat (limited to 'libsowatch/watchmanager.h')
-rw-r--r-- | libsowatch/watchmanager.h | 23 |
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 |