]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.hpp
Qt4 - cosmetic
[vlc] / modules / gui / qt4 / components / interface_widgets.hpp
index 0a7e78173a9c5ed494e64396b2ac5670ebc5f76c..59275c66bf2d481f0301fcc06d56f24a35b1e2db 100644 (file)
 #ifndef _INTFWIDGETS_H_
 #define _INTFWIDGETS_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
@@ -85,7 +89,7 @@ private:
 
 public slots:
     void toggle(){ TOGGLEV( this ); }
-    void update( input_thread_t * );
+    void update( QString );
 };
 
 class VisualSelector : public QFrame
@@ -123,7 +127,9 @@ private:
 
 private slots:
     void snapshot();
+#if 0
     void frame();
+#endif
     void fromAtoB();
     void record();
     void AtoBLoop( float, int, int );
@@ -152,7 +158,6 @@ public:
     void enableVideo( bool );
 public slots:
     void setNavigation( int );
-    void updateOnTimer();
 protected:
     friend class MainInterface;
     friend class VolumeClickHandler;
@@ -176,6 +181,7 @@ private slots:
     void prev();
     void next();
     void updateVolume( int );
+    void updateVolume( void );
     void fullscreen();
     void extSettings();
     void faster();