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