summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2010-03-25 13:32:10 (GMT)
committerFrans Englich <frans.englich@nokia.com>2010-03-25 14:03:28 (GMT)
commit9a11225c71748ccd6ff7e5a3c1f8d8670e699ca8 (patch)
treed200962163953f5eb132292887b5d532acf28aa4 /src/corelib
parentff4250befbd7f42fa0e0c392158e6334d56365c9 (diff)
downloadQt-9a11225c71748ccd6ff7e5a3c1f8d8670e699ca8.zip
Qt-9a11225c71748ccd6ff7e5a3c1f8d8670e699ca8.tar.gz
Qt-9a11225c71748ccd6ff7e5a3c1f8d8670e699ca8.tar.bz2
Correct documentation for ObjectReplacementCharacter and ReplacementCh.
Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qchar.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp
index 08cb863..3635e7b 100644
--- a/src/corelib/tools/qchar.cpp
+++ b/src/corelib/tools/qchar.cpp
@@ -381,8 +381,12 @@ QT_BEGIN_NAMESPACE
\value Null A QChar with this value isNull().
\value Nbsp Non-breaking space.
- \value ReplacementCharacter
- \value ObjectReplacementCharacter The character shown when a font has no glyph for a certain codepoint. The square character is normally used.
+ \value ReplacementCharacter The character shown when a font has no glyph
+ for a certain codepoint. A special question mark character is often
+ used. Codecs use this codepoint when input data cannot be
+ represented in Unicode.
+ \value ObjectReplacementCharacter Used to represent an object such as an
+ image when such objects cannot be presented.
\value ByteOrderMark
\value ByteOrderSwapped
\value ParagraphSeparator