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

#include "watch.h"
#include "sowatch_global.h"

namespace sowatch
{

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

}

#endif // SOWATCH_WATCHSIMULATOR_H