From 5d4c0accc198a1906d638e0f3dbedd6ea503486b Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Tue, 20 Oct 2020 18:20:36 +0200 Subject: [PATCH] QList docs: fix signature of removeAll Change-Id: Ic52b6d9ab4b250dc931c650c6def35c18803ba43 Reviewed-by: Paul Wicking --- src/corelib/tools/qlist.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qlist.qdoc b/src/corelib/tools/qlist.qdoc index a66ebfda4e9..4a36897ae28 100644 --- a/src/corelib/tools/qlist.qdoc +++ b/src/corelib/tools/qlist.qdoc @@ -836,7 +836,7 @@ \sa remove() */ -/*! \fn template qsizetype QList::removeAll(const T &t) +/*! \fn template template qsizetype QList::removeAll(const AT &t) \since 5.4 Removes all elements that compare equal to \a t from the