Re-factored the source to use the new coordinate classes
[situare] / src / map / gpslocationitem.h
index e191573..8093291 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <QGraphicsPixmapItem>
 
+class SceneCoordinate;
+
 /**
   * @brief Class for indicating current position accuired from GPS on the map.
   *
@@ -57,7 +59,7 @@ public:
       * @param scenePosition Scene coordinate
       * @param accuracy Accuracy of the GPS fix
       */
-    void updatePosition(QPoint scenePosition, qreal accuracy);
+    void updatePosition(SceneCoordinate scenePosition, qreal accuracy);
 
 /*******************************************************************************
  * DATA MEMBERS