summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-10-20 18:20:36 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-10-22 00:51:40 +0200
commit5d4c0accc198a1906d638e0f3dbedd6ea503486b (patch)
tree942da535cfcc857c155c2a5aeba4231253ef1f67 /src/corelib
parent5872a89474f632188b650d3d2d13193a3c624049 (diff)
QList docs: fix signature of removeAll
Change-Id: Ic52b6d9ab4b250dc931c650c6def35c18803ba43 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qlist.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlist.qdoc b/src/corelib/tools/qlist.qdoc
index a66ebfda4e..4a36897ae2 100644
--- a/src/corelib/tools/qlist.qdoc
+++ b/src/corelib/tools/qlist.qdoc
@@ -836,7 +836,7 @@
\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
Removes all elements that compare equal to \a t from the