1 2 3 4 5 6 7 8
#include "watchmanager.h" using namespace sowatch; WatchManager::WatchManager(QObject *parent) : QObject(parent) { }