Added forgotten mapengine.h
authorSami Rämö <sami.ramo@ixonos.com>
Fri, 14 May 2010 09:25:46 +0000 (12:25 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Fri, 14 May 2010 09:25:46 +0000 (12:25 +0300)
src/map/mapengine.h

index b8d7d16..e0fa298 100644 (file)
@@ -199,6 +199,8 @@ private:
     void updateViewTilesSceneRect();
 
 private slots:
+    void gpsPositionUpdate(QPointF position, qreal accuracy);
+
     /**
     * @brief Slot for received map tile images
     *
@@ -210,6 +212,8 @@ private slots:
     */
     void mapImageReceived(int zoomLevel, int x, int y, const QPixmap &image);
 
+    void setAutoCentering(bool enabled);
+
     /**
     * @brief Slot for actions after view zoom is finished
     *