From e5bc777e5051a5b24b5e241072042631bd69fc22 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 23 Oct 2020 08:31:30 +0200 Subject: Fix documentation warnings Declare hidden friends like qdoc expects them, and other signature fixes Document function parameters Remove documentation for removed APIs. Change-Id: I44c1caeed0d40be04612129d074acc30b75f5259 Reviewed-by: Allan Sandfeld Jensen --- src/gui/kernel/qcursor.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gui/kernel/qcursor.cpp') diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp index 9e97470dfb..e70f6ac79b 100644 --- a/src/gui/kernel/qcursor.cpp +++ b/src/gui/kernel/qcursor.cpp @@ -480,8 +480,7 @@ QCursor::QCursor(Qt::CursorShape shape) } /*! - \fn bool operator==(const QCursor &lhs, const QCursor &rhs) - \relates QCursor + \fn bool QCursor::operator==(const QCursor &lhs, const QCursor &rhs) \since 5.10 Equality operator. Returns \c true if \a lhs and \a rhs @@ -519,8 +518,7 @@ bool operator==(const QCursor &lhs, const QCursor &rhs) noexcept } /*! - \fn bool operator!=(const QCursor &lhs, const QCursor &rhs) - \relates QCursor + \fn bool QCursor::operator!=(const QCursor &lhs, const QCursor &rhs) \since 5.10 Inequality operator. Returns the equivalent of !(\a lhs == \a rhs). -- cgit v1.2.3