From 8e82a8e11f00a16c4d6b9703546f943c9ec34276 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 18 Oct 2012 20:58:50 -0700 Subject: [PATCH] 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 --- src/corelib/io/qurl.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index be87e1f..a7a722b 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 -- 2.7.4