Commit 8e561363 authored by Pierre Ynard's avatar Pierre Ynard

Qt4: fix typo

Fix build on Win32
parent dac9e25b
......@@ -518,7 +518,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONNECT( ui.stylesCombo, currentIndexChanged( QString ), this, changeStyle( QString ) );
optionWidgets.append( ui.stylesCombo );
#else
ui.styleCombo->hide();
ui.stylesCombo->hide();
#endif
ui.skins_zone->setEnabled( ui.skins->isChecked() );
......
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