Doc: document RemoveAuthority and RemoveFragment in QUrl

Change-Id: I5ff4898853f1655a902523e7f22344deb5624cc1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit eda83d41f6dbc00403447a9b6b6ed730e6706554)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
David Faure 2025-02-03 21:21:35 +01:00 committed by Qt Cherry-pick Bot
parent 1b245a8a46
commit f8b100c136

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.