summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-07-19 14:42:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-21 08:54:07 +0200
commitff63d0f28c56af711b84967a5a4012f0359eb9e0 (patch)
tree931d7c2e10243ba7cd71ebab85d000e979f0daea /src/corelib/tools/qchar.cpp
parentf5c4cbb6d4b6e0a3431d95a63af9747e549ea6a8 (diff)
Doc: Removed documentation for deleted code.
Change-Id: Icdbc05decac3dfe3fc18ce073c494e1fce4ea347 Reviewed-on: http://codereview.qt.nokia.com/1824 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
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.
-*/
-
// ---------------------------------------------------------------------------