From 2ecf718cc9d460ad192de196aac8d13e30a7ab4c Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 15 Aug 2012 15:53:09 +0200 Subject: preparing meecastweather plugin --- meecastweather/meecastplugin.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meecastweather/meecastplugin.h (limited to 'meecastweather/meecastplugin.h') diff --git a/meecastweather/meecastplugin.h b/meecastweather/meecastplugin.h new file mode 100644 index 0000000..535b4a2 --- /dev/null +++ b/meecastweather/meecastplugin.h @@ -0,0 +1,25 @@ +#ifndef CKITCALLPLUGIN_H +#define CKITCALLPLUGIN_H + +#include + +namespace sowatch +{ + +class HarmAccuPlugin : public QObject, public NotificationPluginInterface +{ + Q_OBJECT + Q_INTERFACES(sowatch::NotificationPluginInterface) + +public: + HarmAccuPlugin(QObject *parent = 0); + ~HarmAccuPlugin(); + + QStringList providers(); + NotificationProviderInfo describeProvider(const QString &driver); + NotificationProvider* getProvider(const QString& driver, ConfigKey *settings, QObject *parent = 0); +}; + +} + +#endif // CKITCALLPLUGIN_H -- cgit v1.2.3