Merge branch 'master' of https://vcs.maemo.org/git/situare
[situare] / src / map / mapscroller.h
index acd6644..1bb1ec6 100644 (file)
@@ -42,7 +42,7 @@ private:
     /**
     * @brief Constructor in not accessible because class is using singleton design pattern.
     */
-    MapScroller();
+    MapScroller() {}
 
     /**
     * @brief Destructor in not accessible because class is using singleton design pattern.
@@ -66,7 +66,8 @@ private:
     /**
     * @brief Reimplemented from QVariantAnimation::updateCurrentValue()
     *
-    * Called every time the animation's current value changes
+    * Called every time the animation's current value changes. Does emit coordinateUpdated() signal
+    * if animation is in the running state.
     *
     * @param value New value
     */