Doc: document RemoveAuthority and RemoveFragment in QUrl

Pick-to: 6.9
Change-Id: I5ff4898853f1655a902523e7f22344deb5624cc1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
David Faure 2025-02-03 21:21:35 +01:00
parent bddfded80e
commit eda83d41f6

View File

@ -208,12 +208,12 @@
\value RemovePassword Any password in the URL is removed.
\value RemoveUserInfo Any user information in the URL is removed.
\value RemovePort Any specified port is removed from the URL.
\value RemoveAuthority
\value RemoveAuthority Remove user name, password, host and port.
\value RemovePath The URL's path is removed, leaving only the scheme,
host address, and port (if present).
\value RemoveQuery The query part of the URL (following a '?' character)
is removed.
\value RemoveFragment
\value RemoveFragment The fragment part of the URL (including the '#' character) is removed.
\value RemoveFilename The filename (i.e. everything after the last '/' in the path) is removed.
The trailing '/' is kept, unless StripTrailingSlash is set.
Only valid if RemovePath is not set.