diff options
Diffstat (limited to 'meegohandsetnotification/meegohandsetplugin.h')
-rw-r--r-- | meegohandsetnotification/meegohandsetplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meegohandsetnotification/meegohandsetplugin.h b/meegohandsetnotification/meegohandsetplugin.h index 4d826dc..d6f285f 100644 --- a/meegohandsetnotification/meegohandsetplugin.h +++ b/meegohandsetnotification/meegohandsetplugin.h @@ -16,6 +16,7 @@ public: ~MeegoHandsetPlugin(); QStringList providers(); + NotificationProviderInfo describeProvider(const QString& driver); NotificationProvider* getProvider(const QString& driver, ConfigKey *settings, QObject *parent = 0); }; |