From 8ecbb7227b5bf2da6887e5a4ec0c7c7012affb6e Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Fri, 29 Mar 2019 05:15:00 +0100 Subject: Doc: Remove redundant see also entry It isn't obvious why this entry is relevant. It is also inconsistent with the surrounding documentation. Fixes: QTBUG-74819 Change-Id: I1887c1c3f793464420ed0cbf56348f041abec653 Reviewed-by: Frederik Schwarzer Reviewed-by: Andy Nichols --- src/gamepad/qgamepad.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gamepad/qgamepad.cpp b/src/gamepad/qgamepad.cpp index 63e9850..d55b169 100644 --- a/src/gamepad/qgamepad.cpp +++ b/src/gamepad/qgamepad.cpp @@ -573,8 +573,6 @@ bool QGamepad::buttonA() const * * The state of the B button. * The value is \c true when pressed, and \c false when not pressed. - * - * \sa QGamepadManager::connectedGamepads() */ /*! * \qmlproperty bool Gamepad::buttonB @@ -582,8 +580,6 @@ bool QGamepad::buttonA() const * * The state of the B button. * The value is \c true when pressed, and \c false when not pressed. - * - * \sa GamepadManager::connectedGamepads() */ bool QGamepad::buttonB() const { -- cgit v1.2.3