QMultiMap: fix QDoc warning
The iterator is a QMultiMap iterator, not QMap, so the QDoc would complain. Change-Id: I1e3d2b454e21049d676387945e1e860e50854de8 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
e79979ba40
commit
2c189ac79b
@ -1999,7 +1999,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
|
||||
\sa replace()
|
||||
*/
|
||||
|
||||
/*! \fn template <class Key, class T> typename QMap<Key, T>::iterator QMultiMap<Key, T>::insert(typename QMap<Key, T>::const_iterator pos, const Key &key, const T &value)
|
||||
/*! \fn template <class Key, class T> typename QMultiMap<Key, T>::iterator QMultiMap<Key, T>::insert(typename QMultiMap<Key, T>::const_iterator pos, const Key &key, const T &value)
|
||||
|
||||
\since 5.1
|
||||
Inserts a new item with the key \a key and value \a value and with hint \a pos
|
||||
|
Loading…
x
Reference in New Issue
Block a user