]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.hpp
Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
[vlc] / modules / gui / qt4 / input_manager.hpp
index 816504246ce5a72a846d7f70d4899d80880b66eb..26f1ea90b90905e096de2d8021d2bb27791431be 100644 (file)
@@ -46,6 +46,7 @@ private:
     input_thread_t *p_input;
     int i_old_playing_status;
     QString old_name;
+    int i_rate;
 public slots:
     void togglePlayPause();
     void update(); ///< Periodic updates
@@ -54,12 +55,14 @@ public slots:
     void slower();
     void faster();
     void normalRate();
+    void setRate( int );
     void sectionNext();
     void sectionPrev();
     void sectionMenu();
 signals:
     /// Send new position, new time and new length
     void positionUpdated( float , int, int );
+    void rateChanged( int );
     void nameChanged( QString );
     /// Used to signal whether we should show navigation buttons
     void navigationChanged( int );