diff options
Diffstat (limited to 'nekowatchlet/nekowatchletplugin.h')
-rw-r--r-- | nekowatchlet/nekowatchletplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nekowatchlet/nekowatchletplugin.h b/nekowatchlet/nekowatchletplugin.h index b03df53..452361e 100644 --- a/nekowatchlet/nekowatchletplugin.h +++ b/nekowatchlet/nekowatchletplugin.h @@ -16,7 +16,7 @@ public: ~NekoWatchletPlugin(); QStringList watchlets(); - WatchletInfo describeWatchlet(const QString &id); + WatchletInfo describeWatchlet(const QString &id, const QString &watchModel); Watchlet* getWatchlet(const QString& id, ConfigKey *settings, Watch* watch); }; |