From 24c7c2f6f1429103d922ef940c0e17a3d4778059 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 5 May 2013 01:44:40 +0200 Subject: ABI change: Watchlet now depends on Watch, not WatchServer --- libsowatch/watchletplugininterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsowatch/watchletplugininterface.h') diff --git a/libsowatch/watchletplugininterface.h b/libsowatch/watchletplugininterface.h index cccf86f..5e99605 100644 --- a/libsowatch/watchletplugininterface.h +++ b/libsowatch/watchletplugininterface.h @@ -12,7 +12,7 @@ namespace sowatch class ConfigKey; class Watchlet; -class WatchServer; +class Watch; class SOWATCH_EXPORT WatchletPluginInterface { @@ -27,7 +27,7 @@ public: virtual QStringList watchlets() = 0; virtual WatchletInfo describeWatchlet(const QString& id) = 0; - virtual Watchlet* getWatchlet(const QString& id, ConfigKey *settings, WatchServer *server) = 0; + virtual Watchlet* getWatchlet(const QString& id, ConfigKey *settings, Watch *watch) = 0; }; } -- cgit v1.2.3