QList docs: fix signature of removeAll
Change-Id: Ic52b6d9ab4b250dc931c650c6def35c18803ba43 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
5872a89474
commit
5d4c0accc1
@ -836,7 +836,7 @@
|
|||||||
\sa remove()
|
\sa remove()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \fn template <typename T> qsizetype QList<T>::removeAll(const T &t)
|
/*! \fn template <typename T> template <typename AT> qsizetype QList<T>::removeAll(const AT &t)
|
||||||
\since 5.4
|
\since 5.4
|
||||||
|
|
||||||
Removes all elements that compare equal to \a t from the
|
Removes all elements that compare equal to \a t from the
|
||||||
|
Loading…
Reference in New Issue
Block a user