From 4da9bced6a27b92d49b9fc9392946510b8519d82 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 16 Oct 2011 04:42:30 +0200 Subject: Initial implementation of weather --- harmaccuweather/harmaccuprovider.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 harmaccuweather/harmaccuprovider.h (limited to 'harmaccuweather/harmaccuprovider.h') diff --git a/harmaccuweather/harmaccuprovider.h b/harmaccuweather/harmaccuprovider.h new file mode 100644 index 0000000..44942ad --- /dev/null +++ b/harmaccuweather/harmaccuprovider.h @@ -0,0 +1,29 @@ +#ifndef CKITCALLPROVIDER_H +#define CKITCALLPROVIDER_H + +#include +#include + +namespace sowatch +{ + +class HarmAccuWeather; + +class HarmAccuProvider : public NotificationProvider +{ + Q_OBJECT + +public: + explicit HarmAccuProvider(int updateTime, QObject *parent = 0); + ~HarmAccuProvider(); + +public slots: + void generateNotification(); + +private: + int _updateTime; +}; + +} + +#endif // CKITCALLPROVIDER_H -- cgit v1.2.3