From e57d2d72798f78e661c2160652477ada41d2d8d4 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Wed, 24 Aug 2022 16:36:22 +0200 Subject: [PATCH] Move docs for qlonglong and qulonglong to QtTypes These were missed by fc3441101b201ae37fda899bf69b5b4ded790a26. Change-Id: I3a0c3a24d584e9cdc753647bcb6a3829291c9499 Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.cpp | 19 ------------------- src/corelib/global/qtypes.cpp | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) 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