Elaborate QUrl::toString() documentation.
Change-Id: If2d726e7b4e8d408312fcb138c3dd146926bfd9a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
a55bc3da20
commit
24395a02c9
@ -2113,6 +2113,8 @@ QString QUrl::url(FormattingOptions options) const
|
|||||||
Returns a string representation of the URL.
|
Returns a string representation of the URL.
|
||||||
The output can be customized by passing flags with \a options.
|
The output can be customized by passing flags with \a options.
|
||||||
|
|
||||||
|
The default formatting option is \l{QUrl::FormattingOptions}{PrettyDecoded}.
|
||||||
|
|
||||||
\sa FormattingOptions, url(), setUrl()
|
\sa FormattingOptions, url(), setUrl()
|
||||||
*/
|
*/
|
||||||
QString QUrl::toString(FormattingOptions options) const
|
QString QUrl::toString(FormattingOptions options) const
|
||||||
|
Loading…
Reference in New Issue
Block a user