minor change in gui
[googlelatitude] / src / glatitude.cpp
index 4627ac5..8a91f3d 100644 (file)
@@ -66,6 +66,7 @@ void GoogleLatitude::finishedreply(QNetworkReply *r) {
         } else {
             emit setOK();
         }
+        qDebug() << output;
     } else if ( r->url() == urlloc ) {
         QString loc = r->readAll();
         QRegExp regexp ("\\{\"latitude\":(.*),\"longitude\":(.*),\"accuracy\":(.*)\\}");