summaryrefslogtreecommitdiff
path: root/harmaccuweather/harmaccuprovider.h
blob: f7c7ca458a0dfe06a7d52db1e694d46600f4e0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef CKITCALLPROVIDER_H
#define CKITCALLPROVIDER_H

#include <sowatch.h>

namespace sowatch
{

class HarmAccuWeather;

class HarmAccuProvider : public NotificationProvider
{
    Q_OBJECT

public:
	explicit HarmAccuProvider(QObject *parent = 0);
	~HarmAccuProvider();

public slots:
	void generateNotification();

private:

};

}

#endif // CKITCALLPROVIDER_H