X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmap%2Fmapview.h;h=c674ba7027266fb2ff019a00bb23a5ac7e82b1a2;hb=979ff655fedc4d057321debc43743b5c9a8abe33;hp=db03580ca28e1752e5b2060bbc40f8e65ba3397c;hpb=3f4c28c5e81dc2a5f28914bcfa4756818a555fc2;p=situare diff --git a/src/map/mapview.h b/src/map/mapview.h index db03580..c674ba7 100644 --- a/src/map/mapview.h +++ b/src/map/mapview.h @@ -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