diff options
Diffstat (limited to 'libsowatch/watchmanager.cpp')
-rw-r--r-- | libsowatch/watchmanager.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libsowatch/watchmanager.cpp b/libsowatch/watchmanager.cpp deleted file mode 100644 index b511a31..0000000 --- a/libsowatch/watchmanager.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "watchmanager.h" - -using namespace sowatch; - -WatchManager::WatchManager(QObject *parent) : - QObject(parent) -{ -} |