Commit 703cfb49 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - fix previous compilation for windows.

parent 295364c7
...@@ -249,7 +249,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : ...@@ -249,7 +249,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
SetErrorMode(oldMode); SetErrorMode(oldMode);
} }
int index = ui.deviceCombo->findText( qfu( psz_discpath ) ) int index = ui.deviceCombo->findText( qfu( psz_discpath ) );
if( index != -1 ) ui.deviceCombo->setCurrentIndex( index ); if( index != -1 ) ui.deviceCombo->setCurrentIndex( index );
#endif /* Disc Probing under Windows */ #endif /* Disc Probing under Windows */
......
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