From 0a656b75f3fc80f13424db0e7ec403dff28a366e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 2 Oct 2011 16:39:40 +0200 Subject: new notifications list, time syncing --- .../notificationswatchletplugin.h | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 notificationswatchlet/notificationswatchletplugin.h (limited to 'notificationswatchlet/notificationswatchletplugin.h') diff --git a/notificationswatchlet/notificationswatchletplugin.h b/notificationswatchlet/notificationswatchletplugin.h new file mode 100644 index 0000000..e417aea --- /dev/null +++ b/notificationswatchlet/notificationswatchletplugin.h @@ -0,0 +1,24 @@ +#ifndef NOTIFICATIONSWATCHLETPLUGIN_H +#define NOTIFICATIONSWATCHLETPLUGIN_H + +#include + +namespace sowatch +{ + +class NotificationsWatchletPlugin : public QObject, public WatchletPluginInterface +{ + Q_OBJECT + Q_INTERFACES(sowatch::WatchletPluginInterface) + +public: + explicit NotificationsWatchletPlugin(QObject *parent = 0); + ~NotificationsWatchletPlugin(); + + QStringList watchlets(); + Watchlet* getWatchlet(const QString& driver, QSettings& settings, WatchServer* server); +}; + +} + +#endif // NOTIFICATIONSWATCHLETPLUGIN_H -- cgit v1.2.3