diff --git a/src/corelib/tools/qmap.qdoc b/src/corelib/tools/qmap.qdoc index 6aee94a8dca..b8ce4224a37 100644 --- a/src/corelib/tools/qmap.qdoc +++ b/src/corelib/tools/qmap.qdoc @@ -202,6 +202,15 @@ Returns an STL map equivalent to this QMap. */ +/*! \fn template std::map QMap::toStdMap() && + + \overload + \since 6.0 + + \note Calling this function will leave this QMap in the partially-formed state, in which + the only valid operations are destruction or assignment of a new value. +*/ + /*! \fn template bool QMap::operator==(const QMap &lhs, const QMap &rhs) Returns \c true if \a lhs is equal to \a rhs; otherwise returns