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 */