diff --git a/src/corelib/tools/qmultimap.qdoc b/src/corelib/tools/qmultimap.qdoc index 678dbfaee9..0de4a6c8fd 100644 --- a/src/corelib/tools/qmultimap.qdoc +++ b/src/corelib/tools/qmultimap.qdoc @@ -214,13 +214,20 @@ initializer list \a list. */ -/*! \fn template QMultiMap::QMultiMap(const typename std::multimap & other) +/*! \fn template QMultiMap::QMultiMap(const std::multimap &other) Constructs a copy of \a other. \sa toStdMultiMap() */ +/*! \fn template QMultiMap::QMultiMap(std::multimap &&other) + + Constructs a multi map by moving from \a other. + + \sa toStdMultiMap() +*/ + /*! \fn template std::multimap QMultiMap::toStdMap() const \obsolete Use toStdMultiMap() instead.