replace 'const QChar &' with 'QChar ' where appropriate
authorKonstantin Ritt <ritt.ks@gmail.com>
Tue, 18 Oct 2011 14:44:54 +0000 (16:44 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 21 Feb 2012 20:05:25 +0000 (21:05 +0100)
commit432a75604819d9ed4143036c7cafa72106c768e0
tree54ed7c217b3b4e22c7066e667f47534d4e025c34
parentc8160ea1dbb5c20856c9c385053f8e5611a9f4d6
replace 'const QChar &' with 'QChar ' where appropriate

as QChar is actually an ushort and there is no point in taking its
address.

Merge-request: 69
Change-Id: Idcc9d621e5627514ade006aa12a789a88929d48b
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
19 files changed:
src/corelib/io/qtextstream.cpp
src/corelib/kernel/qvariant.cpp
src/corelib/kernel/qvariant.h
src/corelib/tools/qlocale.cpp
src/corelib/tools/qlocale_p.h
src/corelib/xml/qxmlutils.cpp
src/dbus/qdbusutil.cpp
src/gui/text/qrawfont.cpp
src/gui/text/qrawfont.h
src/gui/text/qtextdocument_p.cpp
src/gui/text/qtextdocument_p.h
src/gui/text/qtextobject.cpp
src/gui/text/qtextobject_p.h
src/gui/text/qtexttable.cpp
src/gui/text/qtexttable_p.h
src/testlib/qtestcase.cpp
src/tools/uic/driver.cpp
src/widgets/widgets/qspinbox.cpp
src/widgets/widgets/qwidgetlinecontrol_p.h