Revert to Qt4 behaviour that QUrl().isValid() == false
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 29 Mar 2012 20:32:58 +0000 (17:32 -0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Mar 2012 23:19:59 +0000 (01:19 +0200)
commitffd20af339c64bf3af7983d20b029724a67f0734
tree94feb987c82005ee40b307aa20111ec095740011
parent7f20dce264c6f982e84c3b5d60f3ffbf6341c908
Revert to Qt4 behaviour that QUrl().isValid() == false

There are probably lots of places that rely on that behaviour, so go
back to what it was.

Change-Id: I4d1503a0ee105a50cdfaab52d9a5862a02c70757
Reviewed-by: David Faure <faure@kde.org>
src/corelib/io/qurl.cpp
tests/auto/corelib/io/qurl/tst_qurl.cpp