Changes: gps controller uses labels for fake gps
[ptas] / zouba / src / main.cpp
index 5361a10..ffe72e3 100644 (file)
@@ -15,7 +15,7 @@
 
 int main(int argc, char *argv[] )
 {
-  qInstallMsgHandler( messageHandler );
+  //qInstallMsgHandler( messageHandler );
   QApplication app(argc, argv);
 
   QMainWindow *mainWindow = new QMainWindow;
@@ -47,8 +47,8 @@ int main(int argc, char *argv[] )
     );
 
   QObject::connect(
-      ui, SIGNAL( fakeGpsPressed( Location* ) ),
-      gpsController, SLOT( useFakeGps( Location* ) )
+      ui, SIGNAL( fakeGpsPressed( const QString & ) ),
+      gpsController, SLOT( useFakeGps( const QString & ) )
     );
 
   QObject::connect(