summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchletplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'qorgwatchlet/qorgwatchletplugin.h')
-rw-r--r--qorgwatchlet/qorgwatchletplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qorgwatchlet/qorgwatchletplugin.h b/qorgwatchlet/qorgwatchletplugin.h
index 9f4d3d5..21c8f1f 100644
--- a/qorgwatchlet/qorgwatchletplugin.h
+++ b/qorgwatchlet/qorgwatchletplugin.h
@@ -16,7 +16,7 @@ public:
~QOrgWatchletPlugin();
QStringList watchlets();
- WatchletInfo describeWatchlet(const QString &id);
+ WatchletInfo describeWatchlet(const QString &id, const QString &watchModel);
Watchlet* getWatchlet(const QString &id, ConfigKey *config, Watch *watch);
};