Introduce QUrl::DecodeReserved and reorder the enums
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 30 Mar 2012 16:32:19 +0000 (13:32 -0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Apr 2012 21:32:04 +0000 (23:32 +0200)
commita01c662d3737fd9f26a7e4455d7bcb03628155d7
tree464792bd6b68b3590d6275ec7dcaefd3fa9f4d4d
parent0441b2d4c332e0ae6e5ca52878985b826e8f68ca
Introduce QUrl::DecodeReserved and reorder the enums

DecodeReserved applies to all characters between 0x21 and 0x7E that
aren't unreserved, a delimiter, or the percent sign itself.

Change-Id: Ie64bddb6b814dfa3bb8380e3aa24de1bb3645a65
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
src/corelib/io/qurl.h
src/corelib/io/qurlrecode.cpp
tests/auto/corelib/io/qurl/tst_qurl.cpp