#include "watch.h" #include "watchpaintengine.h" using namespace sowatch; Watch::Watch(QObject* parent) : QObject(parent) { } Watch::~Watch() { }