Skip to content

Display URl decoded to the user

Méven Car requested to merge meven-master-patch-75406 into master

Otherwise '_' are displayed as '%40'.

Using https://stackoverflow.com/questions/24343582/convert-qurl-with-percent-encoding-into-string response as reference.

QListWidgetItem probably uses by default toDisplayString that does not properly percent decode.

Merge request reports