]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.cpp
Qt4 - Hotkeys, correct some unicode problem and change the default behaviour.
[vlc] / modules / gui / qt4 / components / interface_widgets.cpp
index aa37f123a5d42ea1aa155c329b441dbedecad121..388053ff8af76b8292bcd01f8148808cc8c82eaa 100644 (file)
@@ -423,7 +423,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
     BUTTON_SET_ACT_I( stopButton, "", stop.png, qtr( "Stop" ), stop() );
 
     controlLayout->setColumnStretch( 7 , 2 );
-    
+
     /*
      * Other first Line buttons
      * Might need to be inside a frame to avoid a few resizing pb
@@ -449,7 +449,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
     controlLayout->addWidget( extSettingsButton, 3, 12 );
 
     controlLayout->setColumnStretch( 14, 5 );
-    
+
     /* Volume */
     VolumeClickHandler *h = new VolumeClickHandler( p_intf, this );