QAbstractSlider: fix qdoc warnings
authorJ-P Nurmi <j-p.nurmi@nokia.com>
Wed, 15 Aug 2012 14:07:57 +0000 (16:07 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 18 Aug 2012 04:17:47 +0000 (06:17 +0200)
Change-Id: I996d45513a0239d0ed11669ce6e238955ec8a31b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
src/widgets/widgets/qabstractslider.cpp

index bab17c4..a9c74ea 100644 (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)
 {