Added facility to restore and save locations, and set existing location in home and...
[ptas] / zouba / location_p.cpp
index b9861fb..fd32e12 100644 (file)
@@ -51,6 +51,7 @@ void LocationPrivate::parseReply( const QByteArray &reply )
     m_valid = false;
   } else {
     qDebug() << "(" << m_x << "," << m_y << ")";
+    qDebug() << "is now valid";
     m_valid = true;
   }
 }