summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-30 12:33:18 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-30 17:19:27 +0100
commit8eabcc6170e81ee597d26ceefd73d803acdd5233 (patch)
tree852f97a18a141d80222290f71a38c3efce2de630 /src
parentabc5b75d7f9c488660e964ffdd6b32e8eed3e483 (diff)
Fix qdoc issues in QList
Amends 3afd06cd43d78ef0992eaa6a458572eea6769297, 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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qlist.qdoc4
1 files changed, 2 insertions, 2 deletions
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 <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