summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-24 16:36:22 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-25 16:53:47 +0200
commite57d2d72798f78e661c2160652477ada41d2d8d4 (patch)
treed74f35ab186cd622d5c7a6908234759d7cb4e59c /src
parent848e64ea8abb39228e9c446da19ff46c7f4d4023 (diff)
Move docs for qlonglong and qulonglong to QtTypes
These were missed by fc3441101b201ae37fda899bf69b5b4ded790a26. Change-Id: I3a0c3a24d584e9cdc753647bcb6a3829291c9499 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qglobal.cpp19
-rw-r--r--src/corelib/global/qtypes.cpp19
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 <QtGlobal>
-
- Typedef for \c{long long int} (\c __int64 on Windows). This is
- the same as \l qint64.
-
- \sa qulonglong, qint64
-*/
-
-/*!
- \typedef qulonglong
- \relates <QtGlobal>
-
- Typedef for \c{unsigned long long int} (\c{unsigned __int64} on
- Windows). This is the same as \l quint64.
-
- \sa quint64, qlonglong
-*/
-
/*! \fn template <typename T> T qAbs(const T &t)
\relates <QtNumeric>
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 <QtTypes>
+
+ Typedef for \c{long long int} (\c __int64 on Windows). This is
+ the same as \l qint64.
+
+ \sa qulonglong, qint64
+*/
+
+/*!
+ \typedef qulonglong
+ \relates <QtTypes>
+
+ 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