summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-10-18 20:58:50 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 20:28:08 +0200
commit8e82a8e11f00a16c4d6b9703546f943c9ec34276 (patch)
treeb3da7d89176ca0ef0d3ebc97b37ddc5b2d35b782 /src
parentd7e8b57d0a98696a05cfb0eb15236a34301d9d0a (diff)
Doc: refer to QUrlQuery in QUrl's main doc body
As opposed to the deprecated methods. Task-number: QTBUG-25628 Change-Id: Ic1b50b1ac1b974cdd2dd9f0151d567227784e547 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qurl.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index be87e1f34f..a7a722bc46 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -78,9 +78,10 @@
Call isValid() to check if the URL is valid. This can be done at
any point during the constructing of a URL.
- Constructing a query is particularly convenient through the use
- of setQueryItems(), addQueryItem() and removeQueryItem(). Use
- setQueryDelimiters() to customize the delimiters used for
+ Constructing a query is particularly convenient through the use of the \l
+ QUrlQuery class and its methods QUrlQuery::setQueryItems(),
+ QUrlQuery::addQueryItem() and QUrlQuery::removeQueryItem(). Use
+ QUrlQuery::setQueryDelimiters() to customize the delimiters used for
generating the query string.
For the convenience of generating encoded URL strings or query