From 24395a02c9eba744f56e81a2f4e92acbd89147f3 Mon Sep 17 00:00:00 2001 From: Leonard Lee Date: Fri, 18 May 2012 10:40:29 +0200 Subject: [PATCH] Elaborate QUrl::toString() documentation. Change-Id: If2d726e7b4e8d408312fcb138c3dd146926bfd9a Reviewed-by: Thiago Macieira --- src/corelib/io/qurl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index 68523cd..de67571 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 -- 2.7.4