]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.hpp
Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume.
[vlc] / modules / gui / qt4 / components / preferences_widgets.hpp
index 31087439c86b3cde0a7f156966d3bc958f03c3df..eb2a75ca3d257eef018086860fa1d77887621f6d 100644 (file)
@@ -130,7 +130,7 @@ class IntegerRangeSliderConfigControl : public VIntConfigControl
 {
 public:
     IntegerRangeSliderConfigControl( vlc_object_t *, module_config_t *,
-                                QLabel *, QSlider *, bool * );
+                                QLabel *, QSlider * );
     virtual ~IntegerRangeSliderConfigControl() {};
     virtual int getValue();
 protected: