Added facility to restore and save locations, and set existing location in home and...
[ptas] / zouba / main.cpp
index b9ca3e6..47402c8 100644 (file)
@@ -17,6 +17,7 @@ int main(int argc, char *argv[] )
 {
   qInstallMsgHandler( messageHandler );
   QApplication app(argc, argv);
+
   QMainWindow *mainWindow = new QMainWindow;
   Ui ui;
   ui.setupUi(mainWindow);
@@ -42,7 +43,7 @@ int main(int argc, char *argv[] )
 
   QObject::connect(
       uiController, SIGNAL( buttonClicked() ),
-      gpsController, SLOT( startGps() )
+      gpsController, SLOT( getGps() )
     );
 
   mainWindow->show();