Merge one static function into another
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 30 Mar 2012 01:19:13 +0000 (22:19 -0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Apr 2012 15:35:33 +0000 (17:35 +0200)
commit9a09b0c08c41e2153b79aa7848bd7206f4e11d19
tree0758ba3590dbb2644652ccceead179be319c16b3
parent0d5fb8f522732934f121bdf8a30adcb64a730de4
Merge one static function into another

One static function was only being used by the other, so just merge
them and reduce the work for the compiler.

Change-Id: Ia7a1c46ace6254633450632fae7ab35816ff13bf
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/corelib/io/qurl.cpp