Skip to content

qt: fix crash on start with Qt 6.2

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/crashonstartqt62 into master

Using auto makes the result a QStringBuilder, and by the time string is constructed from the string builder, the operated strings are already gone.

Regression since !6212 (merged).

Request review @chub.

Merge request reports

Loading