summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-03-29 13:00:34 -0300
committerQt by Nokia <qt-info@nokia.com>2012-04-03 19:12:09 +0200
commit911eed0f90d84b22db69f43eda33ca4ee4965b52 (patch)
treeff6755a0188dc30c622bff56b042aa661fc5e2a5
parent8b56b8ed32cf6351047b21c80359f5f2b895a314 (diff)
Remove old comment restored by mistake
Change-Id: I1b24556110fe035c96091c5b1c5ecc00830093fc Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--src/corelib/io/qurl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index 634a613ade..270a1db3f4 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -115,9 +115,6 @@
\list
\li When creating an QString to contain a URL from a QByteArray or a
char*, always use QString::fromUtf8().
- \o Favor the use of QUrl::fromEncoded() and QUrl::toEncoded() instead of
- QUrl(string) and QUrl::toString() when converting a QUrl to or from
- a string.
\endlist
\sa QUrlInfo