Move docs for qlonglong and qulonglong to QtTypes

These were missed by fc3441101b.

Change-Id: I3a0c3a24d584e9cdc753647bcb6a3829291c9499
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Sona Kurazyan 2022-08-24 16:36:22 +02:00
parent 848e64ea8a
commit e57d2d7279
2 changed files with 19 additions and 19 deletions

View File

@ -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>

View File

@ -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