summaryrefslogtreecommitdiff
path: root/qmsgwatchlet/qmsgwatchlet.h
blob: b731637858e546fedeb854f4c16ccfff1c19c8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef QMSGWATCHLET_H
#define QMSGWATCHLET_H

#include <sowatch.h>

namespace sowatch
{

class QMsgWatchlet : public DeclarativeWatchlet
{
    Q_OBJECT
public:
	explicit QMsgWatchlet(WatchServer* server);
};

}

#endif // QMSGWATCHLET_H