Commit 11c69060 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten FileSeparator issue.

parent adf3a962
...@@ -349,10 +349,11 @@ void VLMDialog::mediasPopulator() ...@@ -349,10 +349,11 @@ void VLMDialog::mediasPopulator()
bool VLMDialog::importVLMConf() bool VLMDialog::importVLMConf()
{ {
QString openVLMConfFileName = QFileDialog::getOpenFileName( QString openVLMConfFileName = toNativeSeparator(
QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ), this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ), qfu( config_GetHomeDir() ),
qtr( "VLM conf (*.vlm);;All (*)" ) ); qtr( "VLM conf (*.vlm);;All (*)" ) ) );
if( !openVLMConfFileName.isEmpty() ) if( !openVLMConfFileName.isEmpty() )
{ {
......
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