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