]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/open.cpp
QT4_vlm: really fix #3938.
[vlc] / modules / gui / qt4 / dialogs / open.cpp
index d755fddc12502268dff82fcc7f4d8cd2ff452157..29aa55d12adef0369d534c43f21450b8f5f69d1f 100644 (file)
@@ -199,6 +199,11 @@ QString OpenDialog::getMRL( bool b_all )
                  : itemsMRL[0];
 }
 
+QString OpenDialog::getOptions()
+{
+    return ui.advancedLineInput->text();
+}
+
 /* Finish the dialog and decide if you open another one after */
 void OpenDialog::setMenuAction()
 {