]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/extensions_manager.hpp
ALSA: use IEC958 device when applicable (and small simplification)
[vlc] / modules / gui / qt4 / extensions_manager.hpp
index fd9b9d83cf217ae8003d0b14d76346d67c83d2d2..17f5af95727cdc3a9121ef2bf9715990c5b2f67b 100644 (file)
@@ -79,6 +79,7 @@ public slots:
 private slots:
     void triggerMenu( int id );
     void inputChanged( input_thread_t *p_input );
+    void playingChanged( int );
 
 private:
     static ExtensionsManager* instance;
@@ -89,6 +90,9 @@ private:
     QSignalMapper *menuMapper;
     bool b_unloading;  ///< Work around threads + emit issues, see isUnloading
     bool b_failed; ///< Flag set to true if we could not load the module
+
+signals:
+    void extensionsUpdated();
 };
 
 #endif // EXTENSIONS_MANAGER_HPP