Correct a mistake about non-characters in the documentation.
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 13:37:53 +0000 (15:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 16 May 2012 17:35:29 +0000 (19:35 +0200)
commit83f796d2739fc927d671925541dec654d3492b94
tree689b9cec1007c592588ca5268aa53e17dc1cefc1
parent1a4f58d3e67f3d271d9e24d7f52950f796542d2f
Correct a mistake about non-characters in the documentation.

The Unicode non-characters are 32 characters, from U+FDD0 to
U+FDEF. The code matching these comments was fixed in
9327bc87c3abf58bb471693b5448cd78e3db1b46, but the comment wasn't
fixed.

Change-Id: I5bde0ab9d70c1c6623893de36d31235cbd9fb152
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/tools/qstring.cpp