Using QLatin1String instead of QLatin1Literal
authorDebao Zhang <dbzhang800@gmail.com>
Mon, 16 Apr 2012 20:16:11 +0000 (13:16 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Apr 2012 23:56:56 +0000 (01:56 +0200)
commit6fb0110f972b8d9de22c7c06246b68bd7b6ebe50
tree5f9139317ca0e4ed93774efbccebbc58d79a286d
parentb9790a04eeba664ecdf9ace24911094a71b5f0bd
Using QLatin1String instead of QLatin1Literal

QLatin1Literal is just a typedef of QLatin1String.

Change-Id: If20ca225e57a7fb45a7775f0fc81aedb6da88c96
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/gui/image/qpixmap.cpp
src/gui/painting/qbrush.cpp
src/gui/painting/qpainter.cpp
src/widgets/kernel/qicon.cpp
src/widgets/kernel/qiconloader.cpp
src/widgets/styles/qgtkstyle.cpp
src/widgets/styles/qplastiquestyle.cpp
tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/stringbuilder.cpp
tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp