Fix qdoc issues in QList

Amends 3afd06cd43, member comparison operators
are const.

Change-Id: I10d1da4faabb6cfd528fc653ff138ab8878b32b6
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Volker Hilsheimer 2020-10-30 12:33:18 +01:00
parent abc5b75d7f
commit 8eabcc6170
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@
of \c operator<().
*/
/*! \fn template <typename T> bool QList<T>::operator>(const QList<T> &other)
/*! \fn template <typename T> bool QList<T>::operator>(const QList<T> &other) const
\since 5.6
Returns \c true if this list is
@ -421,7 +421,7 @@
of \c operator<().
*/
/*! \fn template <typename T> bool QList<T>::operator>=(const QList<T> &other)
/*! \fn template <typename T> bool QList<T>::operator>=(const QList<T> &other) const
\since 5.6
Returns \c true if this list is