Commit 1de76cbf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use qtu where applicable

parent 40bddb7d
......@@ -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 */
......
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