diff options
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplugin.h')
-rw-r--r-- | qmafwwatchlet/qmafwwatchletplugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplugin.h b/qmafwwatchlet/qmafwwatchletplugin.h index c4ff3ef..11e99af 100644 --- a/qmafwwatchlet/qmafwwatchletplugin.h +++ b/qmafwwatchlet/qmafwwatchletplugin.h @@ -16,7 +16,8 @@ public: ~QMafwWatchletPlugin(); QStringList watchlets(); - Watchlet* getWatchlet(const QString& driver, QSettings& settings, WatchServer* server); + WatchletInfo describeWatchlet(const QString &id); + Watchlet* getWatchlet(const QString &id, ConfigKey *config, WatchServer *server); }; } |