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) { }