From 1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 10 Aug 2012 23:52:30 +0200 Subject: fix package upgrade issues --- sowatchd/watchhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sowatchd/watchhandler.h') 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; -- cgit v1.2.3