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
parent
abc5b75d7f
commit
8eabcc6170
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue