Added comments to gpsposition.h.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 17 May 2010 05:34:25 +0000 (08:34 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 17 May 2010 05:34:25 +0000 (08:34 +0300)
src/gps/gpsposition.h
src/gps/gpspositionmockup.cpp

index af614ce..56a124e 100644 (file)
@@ -130,6 +130,9 @@ private slots:
     */
     void updateTimeout();
 
+/******************************************************************************
+* DATA MEMBERS
+******************************************************************************/
 private:
     QGeoPositionInfoSource *m_gpsSource;        ///< GPS position info source
     bool m_running;                             ///< GPS is running
index 905a86d..717e9f1 100644 (file)
@@ -67,7 +67,9 @@ void GPSPositionMockup::update()
     qDebug() << __PRETTY_FUNCTION__;
 }
 
-void GPSPositionMockup::lastPosition()
+QPointF GPSPositionMockup::lastPosition()
 {
     qDebug() << __PRETTY_FUNCTION__;
+
+    return QPointF(0, 0);
 }