diff --git a/src/corelib/global/qminmax.qdoc b/src/corelib/global/qminmax.qdoc index 36f680b4c7b..85de73416c9 100644 --- a/src/corelib/global/qminmax.qdoc +++ b/src/corelib/global/qminmax.qdoc @@ -28,8 +28,7 @@ /*! \fn template const T &qBound(const T &min, const T &val, const T &max) \relates - Returns \a val bounded by \a min and \a max. This is equivalent - to qMax(\a min, qMin(\a val, \a max)). + Returns \a val bounded by \a min and \a max. Example: