From 0e341948ae6ab993f9d56f81809e71b8a9cc753d Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Mon, 17 Oct 2011 14:18:42 +0200 Subject: Remove stale documentation. Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion --- src/plugins/accessible/widgets/rangecontrols.cpp | 41 ------------------------ 1 file changed, 41 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/accessible/widgets/rangecontrols.cpp b/src/plugins/accessible/widgets/rangecontrols.cpp index b40ef8629e..fdbb02e3e5 100644 --- a/src/plugins/accessible/widgets/rangecontrols.cpp +++ b/src/plugins/accessible/widgets/rangecontrols.cpp @@ -80,7 +80,6 @@ QAbstractSpinBox *QAccessibleAbstractSpinBox::abstractSpinBox() const return qobject_cast(object()); } -/*! \reimp */ QString QAccessibleAbstractSpinBox::text(Text t, int child) const { Q_UNUSED(child) @@ -89,7 +88,6 @@ QString QAccessibleAbstractSpinBox::text(Text t, int child) const return QAccessibleWidget::text(t, 0); } -/*! \reimp */ bool QAccessibleAbstractSpinBox::doAction(int action, int child, const QVariantList ¶ms) { Q_UNUSED(child) @@ -149,17 +147,6 @@ QVariant QAccessibleAbstractSpinBox::invokeMethod(Method method, int child, cons \ingroup accessibility */ -/*! - \enum QAccessibleAbstractSpinBox::SpinBoxElements - - This enum identifies the components of the spin box. - - \value SpinBoxSelf The spin box as a whole - \value Editor The line edit sub-widget. - \value ValueUp The up sub-widget (i.e. the up arrow or + button) - \value ValueDown The down sub-widget (i.e. the down arrow or - button) -*/ - /*! Constructs a QAccessibleSpinWidget object for \a w. */ @@ -179,7 +166,6 @@ QSpinBox *QAccessibleSpinBox::spinBox() const return qobject_cast(object()); } -/*! \reimp */ bool QAccessibleSpinBox::doAction(int action, int child, const QVariantList ¶ms) { Q_UNUSED(child) @@ -211,7 +197,6 @@ QVariant QAccessibleDoubleSpinBox::invokeMethod(QAccessible::Method, int, const return QVariant(); } -/*! \reimp */ QString QAccessibleDoubleSpinBox::text(Text textType, int child) const { Q_UNUSED(child) @@ -231,19 +216,6 @@ QString QAccessibleDoubleSpinBox::text(Text textType, int child) const \ingroup accessibility */ -/*! - \enum QAccessibleScrollBar::ScrollBarElements - - This enum identifies the components of the scroll bar. - - \value ScrollBarSelf The scroll bar as a whole. - \value LineUp The up arrow button. - \value PageUp The area between the position and the up arrow button. - \value Position The position marking rectangle. - \value PageDown The area between the position and the down arrow button. - \value LineDown The down arrow button. -*/ - /*! Constructs a QAccessibleScrollBar object for \a w. \a name is propagated to the QAccessibleWidget constructor. @@ -261,7 +233,6 @@ QScrollBar *QAccessibleScrollBar::scrollBar() const return qobject_cast(object()); } -/*! \reimp */ QString QAccessibleScrollBar::text(Text t, int child) const { if (t == Value) @@ -280,17 +251,6 @@ QString QAccessibleScrollBar::text(Text t, int child) const \ingroup accessibility */ -/*! - \enum QAccessibleSlider::SliderElements - - This enum identifies the components of the slider. - - \value SliderSelf The slider as a whole. - \value PageLeft The area to the left of the position. - \value Position The position indicator. - \value PageRight The area to the right of the position. -*/ - /*! Constructs a QAccessibleScrollBar object for \a w. \a name is propagated to the QAccessibleWidget constructor. @@ -308,7 +268,6 @@ QSlider *QAccessibleSlider::slider() const return qobject_cast(object()); } -/*! \reimp */ QString QAccessibleSlider::text(Text t, int child) const { if (t == Value) -- cgit v1.2.3