X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmap%2Fmapview.h;h=aa57005220b887a4ac1b39cf4084cea979ad2840;hb=68e2d218d969a5b80b7befa20b99816b4f31889e;hp=2a2eb363ccd14030ba4dcd446ed6d9bfccef6002;hpb=ef1472c581bbd8e27b5f67af11079e9e511bc6d9;p=situare diff --git a/src/map/mapview.h b/src/map/mapview.h index 2a2eb36..aa57005 100644 --- a/src/map/mapview.h +++ b/src/map/mapview.h @@ -28,8 +28,13 @@ class MapView : public QGraphicsView { + Q_OBJECT public: MapView(QWidget *parent = 0); + void setZoomLevel(int zoomLevel); + +public slots: + void mousePressEvent(QMouseEvent *event); }; #endif // MAPVIEW_H