Add missing \since 5.2 for qFloatDistance
Task-number: QTBUG-38090 Change-Id: Icd46d7e3e95c9a019a94cfef3c51e3a6ee82bd91 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
5e6697bf20
commit
a6b5b173b3
|
|
@ -140,6 +140,7 @@ static inline quint32 f2i(float f)
|
|||
\endcode
|
||||
|
||||
\sa qFuzzyCompare()
|
||||
\since 5.2
|
||||
\relates <QtGlobal>
|
||||
*/
|
||||
Q_CORE_EXPORT quint32 qFloatDistance(float a, float b)
|
||||
|
|
@ -197,6 +198,7 @@ static inline quint64 d2i(double d)
|
|||
|
||||
|
||||
\sa qFuzzyCompare()
|
||||
\since 5.2
|
||||
\relates <QtGlobal>
|
||||
*/
|
||||
Q_CORE_EXPORT quint64 qFloatDistance(double a, double b)
|
||||
|
|
|
|||
Loading…
Reference in New Issue