QList docs: fix signature of removeAll

Change-Id: Ic52b6d9ab4b250dc931c650c6def35c18803ba43
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Giuseppe D'Angelo 2020-10-20 18:20:36 +02:00
parent 5872a89474
commit 5d4c0accc1

View File

@ -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