Added missing comments.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 30 Jul 2010 09:09:04 +0000 (12:09 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 30 Jul 2010 09:09:04 +0000 (12:09 +0300)
src/engine/engine.h
src/ui/zoombuttonpanel.h

index 75e88f0..7770509 100644 (file)
@@ -215,6 +215,11 @@ private slots:
     void disableAutoCentering();
 
     /**
+    * @brief Calls vibration feedback.
+    */
+    void draggingModeTriggered();
+
+    /**
     * @brief Enables automatic location update.
     *
     * @param enabled true if enabled, false otherwise
@@ -274,8 +279,6 @@ private slots:
     */
     void startAutomaticUpdate();
 
-    void draggingModeTriggered();
-
 /*******************************************************************************
  * SIGNALS
  ******************************************************************************/
index ad7ea4f..e4ccd21 100644 (file)
@@ -139,6 +139,9 @@ private slots:
     void timerExpired();
 
 signals:
+    /**
+    * @brief Dragging mode triggered.
+    */
     void draggingModeTriggered();
 
 /*******************************************************************************