Revert QUrl::isRelative to its Qt 4 behaviour
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 25 Apr 2012 10:48:02 +0000 (12:48 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Apr 2012 12:58:36 +0000 (14:58 +0200)
commit61598703487e893e5fae2030097bde941a6a3b54
tree53a591feebb6e1ec33d6346ea9c6b3875fab947e
parent0df1c9f1fa04c06d6105de3f312c6c752a58ad70
Revert QUrl::isRelative to its Qt 4 behaviour

Instead of trying to return whether the URL is relative to something
undefined, let's instead follow what the documentation was saying all
along and what the RFC says about "Relative References".

Change-Id: I32722321a6b36c6e3480669ad769390e4c6f7d1c
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/io/qurl.cpp
tests/auto/corelib/io/qurl/tst_qurl.cpp