summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qurl.cpp')
-rw-r--r--src/corelib/io/qurl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index 68523cd3d4..de67571053 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -2113,6 +2113,8 @@ QString QUrl::url(FormattingOptions options) const
Returns a string representation of the URL.
The output can be customized by passing flags with \a options.
+ The default formatting option is \l{QUrl::FormattingOptions}{PrettyDecoded}.
+
\sa FormattingOptions, url(), setUrl()
*/
QString QUrl::toString(FormattingOptions options) const