X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=zouba%2Fsrc%2Fmain.cpp;h=ffe72e342be99ec26fb586c78e4d7b2eed92b8d4;hb=42e623376638d658a98b0ec30850658f82e1c641;hp=5361a10e8def4fddbe874db4f7d84a542a121655;hpb=9c66cc1fe4fe688c3b25b7236a01633763217a90;p=ptas diff --git a/zouba/src/main.cpp b/zouba/src/main.cpp index 5361a10..ffe72e3 100644 --- a/zouba/src/main.cpp +++ b/zouba/src/main.cpp @@ -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(