summaryrefslogtreecommitdiff
path: root/harmaccuweather/harmaccuprovider.h
blob: 4524e128c629ed7e856b5686680b1bed15c16990 (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 HARMACCUPROVIDER_H
#define HARMACCUPROVIDER_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 // HARMACCUPROVIDER_H