Changed gpscontroller to just record the most recent gps coords, and give those when...
[ptas] / zouba / main.cpp
index b9ca3e6..62402e9 100644 (file)
@@ -42,7 +42,7 @@ int main(int argc, char *argv[] )
 
   QObject::connect(
       uiController, SIGNAL( buttonClicked() ),
-      gpsController, SLOT( startGps() )
+      gpsController, SLOT( getGps() )
     );
 
   mainWindow->show();