clean up mess in Route/Track controllables caused by not understanding the significan...
[ardour.git] / libs / ardour / ardour / plugin_manager.h
index 2c081ddfa3b920519b4ce624a8a3f1909572b8d8..e25a268b2e1fa5a7c9b3e983f8c6b448be597616 100644 (file)
@@ -78,6 +78,8 @@ class LIBARDOUR_API PluginManager : public boost::noncopyable {
 
        /** plugins were added to or removed from one of the PluginInfoLists */
        PBD::Signal0<void> PluginListChanged;
+       /** Plugin Hidden/Favorite status changed */
+       PBD::Signal0<void> PluginStatusesChanged;
 
   private:
        struct PluginStatus {