docs: State that QMap::equal_range() returns an open-ended interval
Change-Id: If31dd078aeb92e479db8c1f0a5e58e56b549b5f6 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
707068bd66
commit
70fb36e4bd
|
|
@ -1175,7 +1175,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
|
|||
/*!
|
||||
\fn QPair<iterator, iterator> QMap::equal_range(const Key &key)
|
||||
|
||||
Returns a pair of iterators delimiting the range of values that
|
||||
Returns a pair of iterators delimiting the range of values \c{[first, second)}, that
|
||||
are stored under \a key.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue