From 8eabcc6170e81ee597d26ceefd73d803acdd5233 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 30 Oct 2020 12:33:18 +0100 Subject: Fix qdoc issues in QList Amends 3afd06cd43d78ef0992eaa6a458572eea6769297, member comparison operators are const. Change-Id: I10d1da4faabb6cfd528fc653ff138ab8878b32b6 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Paul Wicking --- src/corelib/tools/qlist.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/corelib/tools/qlist.qdoc b/src/corelib/tools/qlist.qdoc index 591be76018..acbc2f8d0e 100644 --- a/src/corelib/tools/qlist.qdoc +++ b/src/corelib/tools/qlist.qdoc @@ -410,7 +410,7 @@ of \c operator<(). */ -/*! \fn template bool QList::operator>(const QList &other) +/*! \fn template bool QList::operator>(const QList &other) const \since 5.6 Returns \c true if this list is @@ -421,7 +421,7 @@ of \c operator<(). */ -/*! \fn template bool QList::operator>=(const QList &other) +/*! \fn template bool QList::operator>=(const QList &other) const \since 5.6 Returns \c true if this list is -- cgit v1.2.3