summaryrefslogtreecommitdiff
path: root/sowatchd/watchhandler.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 23:52:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 23:52:30 +0200
commit1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 (patch)
tree72a3b00cee7068e03d1d5182d70622903fda58c0 /sowatchd/watchhandler.h
parentd3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6 (diff)
downloadsowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.tar.gz
sowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.zip
fix package upgrade issues
Diffstat (limited to 'sowatchd/watchhandler.h')
-rw-r--r--sowatchd/watchhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sowatchd/watchhandler.h b/sowatchd/watchhandler.h
index 3fa7c6b..39c1d17 100644
--- a/sowatchd/watchhandler.h
+++ b/sowatchd/watchhandler.h
@@ -26,6 +26,9 @@ private slots:
void updateWatchlets();
void updateProviders();
void handleConfigSubkeyChanged(const QString& key);
+ void handleDriverUnloaded(const QString& id);
+ void handleWatchletUnloaded(const QString& id);
+ void handleProviderUnloaded(const QString& id);
private:
ConfigKey *_config;