diff options
Diffstat (limited to 'qmsgwatchlet/qmsgwatchletplugin.h')
-rw-r--r-- | qmsgwatchlet/qmsgwatchletplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmsgwatchlet/qmsgwatchletplugin.h b/qmsgwatchlet/qmsgwatchletplugin.h index 728ed0b..6bc3e85 100644 --- a/qmsgwatchlet/qmsgwatchletplugin.h +++ b/qmsgwatchlet/qmsgwatchletplugin.h @@ -16,7 +16,7 @@ public: ~QMsgWatchletPlugin(); QStringList watchlets(); - WatchletInfo describeWatchlet(const QString &id); + WatchletInfo describeWatchlet(const QString &id, const QString &watchModel); Watchlet* getWatchlet(const QString &id, ConfigKey *config, Watch *watch); }; |