version 0.3, initial support to liblocation
[googlelatitude] / src / glatitude.cpp
index 8a91f3d..68b626f 100644 (file)
@@ -76,6 +76,7 @@ void GoogleLatitude::finishedreply(QNetworkReply *r) {
         longitude = regexp.capturedTexts().at(2).toDouble();
         accuracy = regexp.capturedTexts().at(3).toDouble();
         emit getOK();
         longitude = regexp.capturedTexts().at(2).toDouble();
         accuracy = regexp.capturedTexts().at(3).toDouble();
         emit getOK();
+        qDebug() << "lat = " + QString::number(latitude) + " lng = " + QString::number(longitude) + " acc = " + QString::number(accuracy);
     } else {
         qDebug() << "Error";
         qDebug() << "url:" << r->url();
     } else {
         qDebug() << "Error";
         qDebug() << "url:" << r->url();