Changed gpscontroller to just record the most recent gps coords, and give those when...
[ptas] / zouba / gpscontroller.h
index f220ce1..336d85c 100644 (file)
@@ -18,11 +18,9 @@ public:
 
   ~GpsController();
 
-  void stopGps();
-
 public Q_SLOTS:
   void updateLocation( QGeoPositionInfo positionInfo );
-  void startGps();
+  void getGps();
 
 Q_SIGNALS:
   void locationChanged( Location *newLocation );