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