replace remaining "const QChar &" with "QChar"
authorKonstantin Ritt <ritt.ks@gmail.com>
Sat, 19 May 2012 18:31:41 +0000 (21:31 +0300)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 18:56:38 +0000 (20:56 +0200)
commit25f40b2de2b1e284ca94beda68cbfd27a012839d
tree3baf8084dfb96cab8bc6cf99299cd19fe61d021d
parent7e6cd359af373e2fb12c101bb3b8d75bbb113424
replace remaining "const QChar &" with "QChar"

QChar is actually a ushort and passing it via const-ref is suboptimal

Change-Id: Ib806b90397de6a816142ed130a22c0fe10a85d79
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/tools/qdoc/qmlparser/qqmljslexer.cpp
tests/auto/corelib/tools/qstring/tst_qstring.cpp
tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp