[vlc-commits] Qt: use qtu where applicable

Jean-Baptiste Kempf git at videolan.org
Mon Feb 23 16:58:11 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 23 16:57:52 2015 +0100| [1de76cbf410ecc6096a9735781351fb98682dd22] | committer: Jean-Baptiste Kempf

Qt: use qtu where applicable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1de76cbf410ecc6096a9735781351fb98682dd22
---

 modules/gui/qt4/dialogs_provider.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index 025d31d..bf61dab 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -749,7 +749,7 @@ void DialogsProvider::streamingDialog( QWidget *parent,
             QString title = "Converting " + mrls[i];
 
             /* Add each file to convert to our playlist, making sure to not attempt to start playing it.*/
-            Open::openMRLwithOptions( p_intf, mrls[i], &optionsCopy, false, true, _(title.toStdString().c_str()) );
+            Open::openMRLwithOptions( p_intf, mrls[i], &optionsCopy, false, true, qtu( title ) );
         }
 
         /* Start the playlist from the beginning */



More information about the vlc-commits mailing list