summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r--src/corelib/global/qglobal.cpp120
1 files changed, 0 insertions, 120 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index bbc9a15e74..a59cbf9382 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -833,126 +833,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \typedef Q_INT8
- \relates <QtGlobal>
- \compat
-
- Use \l qint8 instead.
-*/
-
-/*!
- \typedef Q_UINT8
- \relates <QtGlobal>
- \compat
-
- Use \l quint8 instead.
-*/
-
-/*!
- \typedef Q_INT16
- \relates <QtGlobal>
- \compat
-
- Use \l qint16 instead.
-*/
-
-/*!
- \typedef Q_UINT16
- \relates <QtGlobal>
- \compat
-
- Use \l quint16 instead.
-*/
-
-/*!
- \typedef Q_INT32
- \relates <QtGlobal>
- \compat
-
- Use \l qint32 instead.
-*/
-
-/*!
- \typedef Q_UINT32
- \relates <QtGlobal>
- \compat
-
- Use \l quint32 instead.
-*/
-
-/*!
- \typedef Q_INT64
- \relates <QtGlobal>
- \compat
-
- Use \l qint64 instead.
-*/
-
-/*!
- \typedef Q_UINT64
- \relates <QtGlobal>
- \compat
-
- Use \l quint64 instead.
-*/
-
-/*!
- \typedef Q_LLONG
- \relates <QtGlobal>
- \compat
-
- Use \l qint64 instead.
-*/
-
-/*!
- \typedef Q_ULLONG
- \relates <QtGlobal>
- \compat
-
- Use \l quint64 instead.
-*/
-
-/*!
- \typedef Q_LONG
- \relates <QtGlobal>
- \compat
-
- Use \c{void *} instead.
-*/
-
-/*!
- \typedef Q_ULONG
- \relates <QtGlobal>
- \compat
-
- Use \c{void *} instead.
-*/
-
-/*! \fn bool qSysInfo(int *wordSize, bool *bigEndian)
- \relates <QtGlobal>
-
- Use QSysInfo::WordSize and QSysInfo::ByteOrder instead.
-*/
-
-/*!
- \fn bool qt_winUnicode()
- \relates <QtGlobal>
-
- This function always returns true.
-
- \sa QSysInfo
-*/
-
-/*!
- \fn int qWinVersion()
- \relates <QtGlobal>
-
- Use QSysInfo::WindowsVersion instead.
-
- \sa QSysInfo
-*/
-
-/*!
\fn int qMacVersion()
\relates <QtGlobal>