qt5base-lts/tests/auto/corelib/io/qurl
David Faure eb54646984 Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded path
It's supposed to return the same as toLocalFile(), for local files,
which means passing QUrl::FullyDecoded just like QUrl::toLocalFile()
does.

But a few code paths were testing component formatting options without masking
other FormattingOptions like RemovePassword, so this had to be fixed.

Fixes: QTBUG-84594
Change-Id: I82f15148b6d93516200f9ad6258d474e7f10924a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-06-29 16:45:31 +02:00
..
.gitignore
CMakeLists.txt Regenerate tests/auto/corelib/io 2019-11-12 17:24:44 +00:00
idna-test.c
qurl.pro
tst_qurl_mac.mm
tst_qurl.cpp Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded path 2020-06-29 16:45:31 +02:00