summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qchar.cpp')
-rw-r--r--src/corelib/tools/qchar.cpp36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp
index 373ea5ccc6..32a7ccac05 100644
--- a/src/corelib/tools/qchar.cpp
+++ b/src/corelib/tools/qchar.cpp
@@ -1257,18 +1257,6 @@ ushort QChar::toCaseFolded(ushort ucs2)
/*!
- \fn char QChar::latin1() const
-
- Use toLatin1() instead.
-*/
-
-/*!
- \fn char QChar::ascii() const
-
- Use toAscii() instead.
-*/
-
-/*!
\fn char QChar::toLatin1() const
Returns the Latin-1 character equivalent to the QChar, or 0. This
@@ -1428,30 +1416,6 @@ QDataStream &operator>>(QDataStream &in, QChar &chr)
that of \a c2; otherwise returns false.
*/
-/*!
- \fn bool QChar::mirrored() const
-
- Use hasMirrored() instead.
-*/
-
-/*!
- \fn QChar QChar::lower() const
-
- Use toLower() instead.
-*/
-
-/*!
- \fn QChar QChar::upper() const
-
- Use toUpper() instead.
-*/
-
-/*!
- \fn bool QChar::networkOrdered()
-
- See if QSysInfo::ByteOrder == QSysInfo::BigEndian instead.
-*/
-
// ---------------------------------------------------------------------------