summaryrefslogtreecommitdiff
path: root/libsowatch/watchsimulator.cpp
blob: 47496f242dc32ae08c7264b2b481fd812071948e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <QtGui/QPainter>

#include "watchsimulator.h"

using namespace sowatch;

WatchSimulator::WatchSimulator(QObject* parent) :
	Watch(parent)
{

}