Add missing \since 5.2 for qFloatDistance

Task-number: QTBUG-38090

Change-Id: Icd46d7e3e95c9a019a94cfef3c51e3a6ee82bd91
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Jan Arve Saether 2014-04-04 10:15:01 +02:00 committed by The Qt Project
parent 5e6697bf20
commit a6b5b173b3
1 changed files with 2 additions and 0 deletions

View File

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