Skip to content

Remove trUtf8

Alexander Shabalin requested to merge projedi/MellowPlayer:fix-qt-build into master

Fixes #351 (closed)

Proposed Changes

Removes deprecated QObject::trUtf8 in favor of QObject::tr.

If I understand correctly, the difference between these two is: if the translation is absent, the former would return the argument converted into UTF-8. In this case, the argument is "Open", which is ASCII and so it's a valid UTF-8 anyway.

Merge request reports