summaryrefslogtreecommitdiff
path: root/meegohandsetnotification/meegohandsetplugin.h
blob: 616fb9b7d368454a388664f7a2892e387baac12b (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
#ifndef MEEGOHANDSETPLUGIN_H
#define MEEGOHANDSETPLUGIN_H

#include <sowatch.h>

namespace sowatch
{

class MeegoHandsetPlugin : public QObject, public NotificationPluginInterface
{
	Q_OBJECT
	Q_INTERFACES(sowatch::NotificationPluginInterface)

public:
    MeegoHandsetPlugin();
	~MeegoHandsetPlugin();

	QStringList providers();
	NotificationProvider* getProvider(const QString& driver, QSettings& settings, QObject *parent = 0);
};

}

#endif // MEEGOHANDSETPLUGIN_H