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>
This commit is contained in:
Thiago Macieira 2012-10-18 20:58:50 -07:00 committed by The Qt Project
parent d7e8b57d0a
commit 8e82a8e11f

View File

@ -78,9 +78,10 @@
Call isValid() to check if the URL is valid. This can be done at Call isValid() to check if the URL is valid. This can be done at
any point during the constructing of a URL. any point during the constructing of a URL.
Constructing a query is particularly convenient through the use Constructing a query is particularly convenient through the use of the \l
of setQueryItems(), addQueryItem() and removeQueryItem(). Use QUrlQuery class and its methods QUrlQuery::setQueryItems(),
setQueryDelimiters() to customize the delimiters used for QUrlQuery::addQueryItem() and QUrlQuery::removeQueryItem(). Use
QUrlQuery::setQueryDelimiters() to customize the delimiters used for
generating the query string. generating the query string.
For the convenience of generating encoded URL strings or query For the convenience of generating encoded URL strings or query