diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/client/ClientStore.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp index e9fda479..9f18f16d 100644 --- a/ingen/client/ClientStore.hpp +++ b/ingen/client/ClientStore.hpp @@ -109,6 +109,7 @@ public: INGEN_SIGNAL(new_object, void, SPtr<ObjectModel>); INGEN_SIGNAL(new_plugin, void, SPtr<PluginModel>); + INGEN_SIGNAL(plugin_deleted, void, Raul::URI); private: SPtr<ObjectModel> _object(const Raul::Path& path); |