summaryrefslogtreecommitdiff
path: root/watchmanager.cpp
blob: b511a31a38730a3a5f04481e1779674b66d31a6c (plain)
1
2
3
4
5
6
7
8
#include "watchmanager.h"

using namespace sowatch;

WatchManager::WatchManager(QObject *parent) :
    QObject(parent)
{
}