Remove code duplication in QStandardPaths implementations
authorDavid Faure <faure@kde.org>
Wed, 8 Aug 2012 15:56:22 +0000 (17:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 9 Aug 2012 11:48:16 +0000 (13:48 +0200)
commit977441f61cc42b7f29e48980577105323fbd3b47
treecba6cd58b3bbda03de0266fe3f903dbaa0be5ac2
parenta23da5fd6bca918366cfe744270e590905e97412
Remove code duplication in QStandardPaths implementations

Using the new getter to access the "test mode" setting.

Change-Id: Id26a350cd3fab4bf2e5f58ba67bc7323f99c9cc3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/corelib/io/qstandardpaths.cpp
src/corelib/io/qstandardpaths_blackberry.cpp
src/corelib/io/qstandardpaths_json.cpp
src/corelib/io/qstandardpaths_mac.cpp
src/corelib/io/qstandardpaths_unix.cpp
src/corelib/io/qstandardpaths_win.cpp