Skip to content

qt: use more QString where concatenation happens

Steve Lhomme requested to merge robUx4/vlc:qt5-6 into master

So we don't have to release it manually.

This should be backported as Qt5 with QT_USE_QSTRINGBUILDER doesn't like appending from char*. For some reason Qt6 is OK with that.

Merge request reports

Loading