Fix parsingMode not used anymore, detected by compiler warning
authorDavid Faure <faure@kde.org>
Wed, 1 Feb 2012 10:55:35 +0000 (11:55 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Feb 2012 21:23:55 +0000 (22:23 +0100)
commitc094891db377d750c0e8290b98971b69161a0552
treee0515b28f77a896f3a68ec533f8332803adb45f1
parentae1d0048d655d569523bab50d861bd156661a6b8
Fix parsingMode not used anymore, detected by compiler warning

This came from replacing d->parsingMode with parsingMode when moving
the method to the Private class.

Change-Id: I5a025ea1128dacda97d265d401a329dbbbfb0ff7
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/io/qurl.cpp