diff --git a/src/corelib/tools/qlist.qdoc b/src/corelib/tools/qlist.qdoc index e07b74cd53c..0a1d287bfa9 100644 --- a/src/corelib/tools/qlist.qdoc +++ b/src/corelib/tools/qlist.qdoc @@ -130,6 +130,9 @@ per-function basis. For iterating over the items, see \l {Iterating over Containers}. + For using QList with functions from \c {} header, such as + \c {std::sort()}, \c {std::reverse()}, and \c {std::count_if()}, + see \l {Qt containers and std algorithms}. In addition to QList, Qt also provides QVarLengthArray, a very low-level class with little functionality that is optimized for