diff --git a/src/corelib/tools/qlist.qdoc b/src/corelib/tools/qlist.qdoc index a44fb467b5..04bd6b2c77 100644 --- a/src/corelib/tools/qlist.qdoc +++ b/src/corelib/tools/qlist.qdoc @@ -274,7 +274,7 @@ Constructs a list from the std::initializer_list given by \a args. */ -/*! \fn template template> QList::QList(InputIterator first, InputIterator last) +/*! \fn template template = true> QList::QList(InputIterator first, InputIterator last) \since 5.14 Constructs a list with the contents in the iterator range [\a first, \a last).