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

#include <sowatch.h>

namespace sowatch
{

class NotificationsWatchlet : public DeclarativeWatchlet
{
    Q_OBJECT
public:
	explicit NotificationsWatchlet(Watch* watch);
};

}

#endif // NOTIFICATIONSWATCHLET_H