Move docs for Q_INT64_C()/Q_UINT64_C() macros to qtypes.cpp
Task-number: QTBUG-106154 Change-Id: I5975a1633c2848d13e95cb857b31bb1eab11573c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
a47a5932a6
commit
f326a565ef
|
|
@ -203,32 +203,6 @@ using namespace Qt::StringLiterals;
|
|||
no arguments and returns void.
|
||||
*/
|
||||
|
||||
/*! \macro qint64 Q_INT64_C(literal)
|
||||
\relates <QtGlobal>
|
||||
|
||||
Wraps the signed 64-bit integer \a literal in a
|
||||
platform-independent way.
|
||||
|
||||
Example:
|
||||
|
||||
\snippet code/src_corelib_global_qglobal.cpp 8
|
||||
|
||||
\sa qint64, Q_UINT64_C()
|
||||
*/
|
||||
|
||||
/*! \macro quint64 Q_UINT64_C(literal)
|
||||
\relates <QtGlobal>
|
||||
|
||||
Wraps the unsigned 64-bit integer \a literal in a
|
||||
platform-independent way.
|
||||
|
||||
Example:
|
||||
|
||||
\snippet code/src_corelib_global_qglobal.cpp 9
|
||||
|
||||
\sa quint64, Q_INT64_C()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\macro QT_VERSION_STR
|
||||
\relates <QtGlobal>
|
||||
|
|
|
|||
|
|
@ -317,6 +317,32 @@ QT_BEGIN_NAMESPACE
|
|||
See qsizetype.
|
||||
*/
|
||||
|
||||
/*! \macro qint64 Q_INT64_C(literal)
|
||||
\relates <QtTypes>
|
||||
|
||||
Wraps the signed 64-bit integer \a literal in a
|
||||
platform-independent way.
|
||||
|
||||
Example:
|
||||
|
||||
\snippet code/src_corelib_global_qglobal.cpp 8
|
||||
|
||||
\sa qint64, Q_UINT64_C()
|
||||
*/
|
||||
|
||||
/*! \macro quint64 Q_UINT64_C(literal)
|
||||
\relates <QtTypes>
|
||||
|
||||
Wraps the unsigned 64-bit integer \a literal in a
|
||||
platform-independent way.
|
||||
|
||||
Example:
|
||||
|
||||
\snippet code/src_corelib_global_qglobal.cpp 9
|
||||
|
||||
\sa quint64, Q_INT64_C()
|
||||
*/
|
||||
|
||||
// Statically check assumptions about the environment we're running
|
||||
// in. The idea here is to error or warn if otherwise implicit Qt
|
||||
// assumptions are not fulfilled on new hardware or compilers
|
||||
|
|
|
|||
Loading…
Reference in New Issue