From: Sami Rämö Date: Thu, 12 Aug 2010 07:49:57 +0000 (+0300) Subject: Fixed comments X-Git-Tag: v2.0b-1~84^2 X-Git-Url: http://git.maemo.org/git/?p=situare;a=commitdiff_plain;h=9538bd47b651af291ef9f92c3c9a0688f32daad1 Fixed comments --- diff --git a/src/ui/indicatorbutton.h b/src/ui/indicatorbutton.h index 0380cce..738f349 100644 --- a/src/ui/indicatorbutton.h +++ b/src/ui/indicatorbutton.h @@ -98,8 +98,9 @@ public slots: * @brief Sets direction information for the distance indicator button * * Paints the button and its icon - * @param Direction to the GPS position (in degrees) - * @param Draw direction triangle + * + * @param direction Direction to the GPS position (in degrees) + * @param draw True if direction triangle should be drawn */ void setDirection(qreal direction, bool draw); diff --git a/src/ui/indicatorbuttonpanel.h b/src/ui/indicatorbuttonpanel.h index 5b29bcf..3dcaecf 100644 --- a/src/ui/indicatorbuttonpanel.h +++ b/src/ui/indicatorbuttonpanel.h @@ -110,7 +110,7 @@ public slots: * @brief Toggle indicator button panel draggability * * @param mode True if draggable, otherwise false - * @param distance Start value for dragging + * @param eventPosition Start position of the dragging */ void setDraggable(bool mode, QPoint eventPosition = QPoint(0,0));