Adding comments
[situare] / src / ui / mainwindow.h
index 5d8a5b9..6644d58 100644 (file)
@@ -440,6 +440,7 @@ signals:
      * @brief View should be centered to new location
      *
      * @param coordinate Scene coordinates of the new center point
+     * @param isUserDragAction True if caused by user dragging action
      */
     void centerToSceneCoordinates(const SceneCoordinate &coordinate, bool isUserDragAction);
 
@@ -534,7 +535,8 @@ signals:
     /**
      * @brief Forwarding signal from MapView to MapEngine
      *
-     * @param coordinate
+     * @param coordinate New center point coordinate
+     * @param isUserDragAction True if caused by user dragging action
      */
     void mapViewScrolled(const SceneCoordinate &coordinate, bool isUserDragAction);