QAbstractSlider: fix qdoc warnings

Change-Id: I996d45513a0239d0ed11669ce6e238955ec8a31b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
This commit is contained in:
J-P Nurmi 2012-08-15 16:07:57 +02:00 committed by Qt by Nokia
parent 73d8a13c96
commit 72604f8eb9

View File

@ -637,7 +637,7 @@ void QAbstractSlider::triggerAction(SliderAction action)
/*! Sets action \a action to be triggered repetitively in intervals
of \a repeatTime, after an initial delay of \a thresholdTime.
\sa triggerAction() repeatAction()
\sa triggerAction(), repeatAction()
*/
void QAbstractSlider::setRepeatAction(SliderAction action, int thresholdTime, int repeatTime)
{