Commit 5d17b0c9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix missing 's' in function name

parent f9f1166e
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#ifdef ENABLE_VLM #ifdef ENABLE_VLM
#include "dialogs/open.hpp" #include "dialogs/open.hpp"
#include "dialogs/sout.hpp" #include "dialogs/sout.hpp"
#include "util/qt_dirs.hpp"
#include <QString> #include <QString>
#include <QComboBox> #include <QComboBox>
...@@ -349,7 +350,7 @@ void VLMDialog::mediasPopulator() ...@@ -349,7 +350,7 @@ void VLMDialog::mediasPopulator()
bool VLMDialog::importVLMConf() bool VLMDialog::importVLMConf()
{ {
QString openVLMConfFileName = toNativeSeparator( QString openVLMConfFileName = toNativeSeparators(
QFileDialog::getOpenFileName( QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ), this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ), qfu( config_GetHomeDir() ),
......
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