Re-factored the source to use the new coordinate classes
[situare] / src / ui / userinfopanel.cpp
index 59ddfa8..ff41cef 100644 (file)
@@ -51,8 +51,8 @@ UserInfoPanel::UserInfoPanel(QWidget *parent)
     m_panelVBox->addWidget(userInfoScroll);
     m_panelVBox->setContentsMargins(USERPANEL_MARGIN_LEFT, 0, USERPANEL_MARGIN_RIGHT, 0);
 
-    connect(m_userInfo, SIGNAL(findUser(QPointF)),
-            this, SIGNAL(findUser(QPointF)));
+    connect(m_userInfo, SIGNAL(findUser(GeoCoordinate)),
+            this, SIGNAL(findUser(GeoCoordinate)));
 
     connect(m_userInfo,SIGNAL(requestReverseGeo()),
             this, SIGNAL(requestReverseGeo()));