Commit c3bcb323 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Space removal

Commit from MIT.
parent 4e1773bf
...@@ -132,7 +132,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -132,7 +132,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
/* Set the other interface settings */ /* Set the other interface settings */
//FIXME I don't like that code //FIXME I don't like that code
visualSelectorEnabled = settings->value( "visual-selector", false ).toBool(); visualSelectorEnabled = settings->value( "visual-selector", false ).toBool();
notificationEnabled = config_GetInt( p_intf, "qt-notification" ) notificationEnabled = config_GetInt( p_intf, "qt-notification" )
? true : false; ? true : false;
...@@ -353,7 +353,7 @@ void MainInterface::handleMainUi( QSettings *settings ) ...@@ -353,7 +353,7 @@ void MainInterface::handleMainUi( QSettings *settings )
/* Create the CONTROLS Widget */ /* Create the CONTROLS Widget */
/* bool b_shiny = config_GetInt( p_intf, "qt-blingbling" ); */ /* bool b_shiny = config_GetInt( p_intf, "qt-blingbling" ); */
controls = new ControlsWidget( p_intf, this, controls = new ControlsWidget( p_intf, this,
settings->value( "adv-controls", false ).toBool(), settings->value( "adv-controls", false ).toBool(),
config_GetInt( p_intf, "qt-blingbling" ) ); config_GetInt( p_intf, "qt-blingbling" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment