summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2014-04-04 10:15:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-07 13:21:15 +0200
commita6b5b173b33682ce5c7380925a8d9321f2312d0d (patch)
tree73d5116c18c640c1237b0b71075ff4a902c51f9f /src/corelib/global
parent5e6697bf2083e9f3490792ad100680598ba56998 (diff)
Add missing \since 5.2 for qFloatDistance
Task-number: QTBUG-38090 Change-Id: Icd46d7e3e95c9a019a94cfef3c51e3a6ee82bd91 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnumeric.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qnumeric.cpp b/src/corelib/global/qnumeric.cpp
index 7d8bd8c3c6..21d0209dd7 100644
--- a/src/corelib/global/qnumeric.cpp
+++ b/src/corelib/global/qnumeric.cpp
@@ -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)