summaryrefslogtreecommitdiff
path: root/libsowatch/registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/registry.h')
-rw-r--r--libsowatch/registry.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libsowatch/registry.h b/libsowatch/registry.h
index b2e2b0e..dab5009 100644
--- a/libsowatch/registry.h
+++ b/libsowatch/registry.h
@@ -58,6 +58,15 @@ public:
return _watchletIds.keys();
}
+signals:
+ void driverLoaded(const QString& id);
+ void notificationProviderLoaded(const QString& id);
+ void watchletLoaded(const QString& id);
+
+ void driverUnloaded(const QString& id);
+ void notificationProviderUnloaded(const QString& id);
+ void watchletUnloaded(const QString& id);
+
protected:
Registry();
~Registry();