diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 23:52:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 23:52:30 +0200 |
commit | 1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 (patch) | |
tree | 72a3b00cee7068e03d1d5182d70622903fda58c0 /libsowatch/registry.h | |
parent | d3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6 (diff) | |
download | sowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.tar.gz sowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.zip |
fix package upgrade issues
Diffstat (limited to 'libsowatch/registry.h')
-rw-r--r-- | libsowatch/registry.h | 9 |
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(); |