diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index bc41309c57..e4fe6a4524 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -712,25 +712,6 @@ using namespace Qt::StringLiterals; \sa quint64, Q_INT64_C() */ -/*! \typedef qlonglong - \relates - - Typedef for \c{long long int} (\c __int64 on Windows). This is - the same as \l qint64. - - \sa qulonglong, qint64 -*/ - -/*! - \typedef qulonglong - \relates - - Typedef for \c{unsigned long long int} (\c{unsigned __int64} on - Windows). This is the same as \l quint64. - - \sa quint64, qlonglong -*/ - /*! \fn template T qAbs(const T &t) \relates diff --git a/src/corelib/global/qtypes.cpp b/src/corelib/global/qtypes.cpp index 8441b9806b..01a042d087 100644 --- a/src/corelib/global/qtypes.cpp +++ b/src/corelib/global/qtypes.cpp @@ -148,6 +148,25 @@ QT_BEGIN_NAMESPACE \sa qptrdiff, qint32, qint64 */ +/*! \typedef qlonglong + \relates + + Typedef for \c{long long int} (\c __int64 on Windows). This is + the same as \l qint64. + + \sa qulonglong, qint64 +*/ + +/*! + \typedef qulonglong + \relates + + Typedef for \c{unsigned long long int} (\c{unsigned __int64} on + Windows). This is the same as \l quint64. + + \sa quint64, qlonglong +*/ + /*! \macro PRIdQINTPTR \macro PRIiQINTPTR