Fixed comments
authorSami Rämö <sami.ramo@ixonos.com>
Thu, 12 Aug 2010 07:49:57 +0000 (10:49 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Thu, 12 Aug 2010 07:49:57 +0000 (10:49 +0300)
src/ui/indicatorbutton.h
src/ui/indicatorbuttonpanel.h

index 0380cce..738f349 100644 (file)
@@ -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);
 
index 5b29bcf..3dcaecf 100644 (file)
@@ -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));