Merge branch 'master' into map_double_click_zoom
[situare] / src / map / mapview.h
index db03580..c674ba7 100644 (file)
@@ -78,6 +78,8 @@ protected:
     void resizeEvent(QResizeEvent *event);
 
 private:
+    void mouseDoubleClickEvent(QMouseEvent *event);
+
     /**
     * @brief Event handler for mouse move events
     *
@@ -189,6 +191,7 @@ private:
     QPoint m_scenePosition;               ///< New center position
 
     QPropertyAnimation *m_zoomAnimation;  ///< Zoom animation
+    QParallelAnimationGroup *m_groupAnimation;
 
     QTime m_time;                         ///< Elapsed times in mouse events