Move some of qurl.cpp into other files for ease of maintenance
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 8 Sep 2011 19:58:50 +0000 (21:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Mar 2012 23:19:59 +0000 (01:19 +0200)
commit4758c8fa486c07e12e6d0eebfd7b5f8b07b49654
tree2fb590ab3cb9c207486e48a0be096910f45f185b
parent1c2144c39fa0069bf496e8f77389a9c2f8a31acf
Move some of qurl.cpp into other files for ease of maintenance

The parsing code is now in qurlparser.cpp, whereas the IDNA related
code is in qurlidna.cpp.

Change-Id: I0b32c0bf0ee6c2f08dc3200c44af3c9d1504a3df
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/io/io.pri
src/corelib/io/qurl.cpp
src/corelib/io/qurl_p.h [new file with mode: 0644]
src/corelib/io/qurlidna.cpp [new file with mode: 0644]
src/corelib/io/qurlparser.cpp [new file with mode: 0644]
src/corelib/io/qurlquery.cpp