]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.hpp
Fix teletex buttons
[vlc] / modules / gui / qt4 / input_manager.hpp
index 1cf835b0d847e53e455a276b8035c767d37cef71..ce9e352539a69e8aeef0bbe05244177f4c176659 100644 (file)
@@ -103,6 +103,7 @@ public slots:
     void sectionMenu();
     void telexGotoPage( int ); ///< Goto teletext page
     void telexToggle( bool );  ///< Enable disable teletext buttons
+    void telexToggleButtons(); ///< Toggle buttons after click
     void telexSetTransparency(); ///< Set transparency on teletext background
 
 signals:
@@ -119,6 +120,9 @@ signals:
     void inputUnset();
     /// Teletext
     void teletextEnabled( bool );
+    void toggleTelexButtons();
+    void toggleTelexTransparency();
+    void setNewTelexPage( int );
 };
 
 class MainInputManager : public QObject