summaryrefslogtreecommitdiff
path: root/libsowatch/watchsimulator.h
blob: c9d69bacb02b7d3e7a70f91c6d8631fa495cc6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef SOWATCH_WATCHSIMULATOR_H
#define SOWATCH_WATCHSIMULATOR_H

#include <QtGui/QImage>

#include "watch.h"

namespace sowatch
{

class WatchSimulator : public Watch
{
    Q_OBJECT
public:
	explicit WatchSimulator(QObject *parent = 0);
};

}

#endif // SOWATCH_WATCHSIMULATOR_H