summaryrefslogtreecommitdiff
path: root/sysinfowatchlet/sysinfoplugin.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 16:06:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 16:06:14 +0200
commit39fa663cd08bd2b7d46ed170d49ac794c531c42e (patch)
tree92131388053eadbfca4b8917ab1e1f87ffe30fdd /sysinfowatchlet/sysinfoplugin.h
parentb9082fda48bb026fc4e6148efeba9aabf608373a (diff)
downloadsowatch-39fa663cd08bd2b7d46ed170d49ac794c531c42e.tar.gz
sowatch-39fa663cd08bd2b7d46ed170d49ac794c531c42e.zip
watchlet edit UI
Diffstat (limited to 'sysinfowatchlet/sysinfoplugin.h')
-rw-r--r--sysinfowatchlet/sysinfoplugin.h3
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);
};
}