summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qchar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp
index 5c094772b8..1bf0aa0dec 100644
--- a/src/corelib/tools/qchar.cpp
+++ b/src/corelib/tools/qchar.cpp
@@ -595,12 +595,14 @@ QT_BEGIN_NAMESPACE
/*!
\fn QChar::QChar(char ch)
+ \internal
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
*/
/*!
\fn QChar::QChar(uchar ch)
+ \internal
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
*/