]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
Qt: kill many warnings.
[vlc] / modules / gui / qt4 / components / simple_preferences.cpp
index 7f4d601b0ef6db0342b4e4b441fde5a75321db23..d77d6a183a00911c2a451c3f264d1873ba4c8678 100644 (file)
@@ -139,8 +139,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
                 if( p_config )                                                \
                 {                                                             \
                     control =  new type ## ConfigControl( VLC_OBJECT(p_intf), \
-                               p_config, label, qcontrol, qbutton,      \
-                            false );                                          \
+                               p_config, label, qcontrol, qbutton ); \
                     controls.append( control );                               \
                 }