summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeonard Lee <leonard.lee@nokia.com>2012-05-18 10:40:29 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-21 12:58:47 +0200
commit24395a02c9eba744f56e81a2f4e92acbd89147f3 (patch)
treef88a1f5f1624d6e352a9eb39b59e298bffe1e005 /src
parenta55bc3da20894947d762b8805d279dbc4ec4473b (diff)
Elaborate QUrl::toString() documentation.
Change-Id: If2d726e7b4e8d408312fcb138c3dd146926bfd9a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-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