From eb1402fe1366c6ea01c47ee0e3fb24d5cedb7781 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Fri, 8 Nov 2024 22:48:21 +0100 Subject: [PATCH] Doc/QCheckBox: remove outdated paragraph Remove an outdated paragraph which mentions some 'important inherited functions' - the list is outdated and therefore wrong, and no other class has such a paragraph. Fixes: QTBUG-130916 Change-Id: Ia1d98da35564d542ca2758070cc1d5b5525b6faf Reviewed-by: Volker Hilsheimer (cherry picked from commit 423496dcfbcd3a779653a4186a3b49ef8b5d2d7f) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/widgets/qcheckbox.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/widgets/widgets/qcheckbox.cpp b/src/widgets/widgets/qcheckbox.cpp index de0f51831fa..f542533dbf5 100644 --- a/src/widgets/widgets/qcheckbox.cpp +++ b/src/widgets/widgets/qcheckbox.cpp @@ -80,12 +80,6 @@ public: {QShortcut} documentation for details. To display an actual ampersand, use '&&'. - Important inherited functions: text(), setText(), text(), pixmap(), - setPixmap(), accel(), setAccel(), isToggleButton(), setDown(), isDown(), - isOn(), checkState(), autoRepeat(), isExclusiveToggle(), group(), - setAutoRepeat(), toggle(), pressed(), released(), clicked(), toggled(), - checkState(), and checkStateChanged(). - \sa QAbstractButton, QRadioButton */