Fix QUrl handling after QUrl changes.
authorDavid Faure <faure@kde.org>
Wed, 1 Feb 2012 11:06:18 +0000 (12:06 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Feb 2012 05:57:25 +0000 (06:57 +0100)
commit42db8b2df643ca46b5c096f8e0951ef158a9c687
tree4fb0b14d2e89bc33e1a7c896c9c5af0dfe7a8c2d
parentf42f82f435d738339ad85c1380d1167338517247
Fix QUrl handling after QUrl changes.

toString() is fine for most usages but here the result is made part of XML
bits, so toEncoded() is necessary so that '<' and '>' are percent-encoded.

Change-Id: I41832cefe3ae12cab13531f17095d0804a2e86d9
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/xmlpatterns/data/qanyuri.cpp
src/xmlpatterns/data/qatomicvalue.cpp
src/xmlpatterns/environment/qgenericstaticcontext.cpp
tests/auto/qxmlquery/tst_qxmlquery.cpp
tools/xmlpatterns/main.cpp
tools/xmlpatterns/qapplicationargumentparser.cpp