]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.hpp
Qt: Missing include in previous commit
[vlc] / modules / gui / qt4 / input_manager.hpp
index efcfb6761b97f1f520168edc1021a7a976741ad2..61957ac1cb05bcc52e6e15b6c18d7aab7aca487d 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "qt4.hpp"
 #include "util/singleton.hpp"
+#include "variables.hpp"
 
 #include <QObject>
 #include <QEvent>
@@ -273,8 +274,8 @@ private:
     InputManager            *im;
     input_thread_t          *p_input;
     intf_thread_t           *p_intf;
+    QVLCBool random, repeat, loop;
 
-    void notifyRepeatLoop();
 public slots:
     void togglePlayPause();
     void play();
@@ -287,7 +288,9 @@ public slots:
     void activatePlayQuit( bool );
 
     void loopRepeatLoopStatus();
-
+private slots:
+    void notifyRandom( bool );
+    void notifyRepeatLoop( bool );
 signals:
     void inputChanged( input_thread_t * );
     void volumeChanged();