X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fuserinfopanel.cpp;fp=src%2Fui%2Fuserinfopanel.cpp;h=ae8b29cda29742a38da6af7925f0681e671b3e21;hb=4606e8531aee2f730531d757f51d70829d3ee2ae;hp=c8a1d51bcc726aea6bc37f3d9a7bb3cd0ba24011;hpb=49b5e403e51174df27d0e737148868689456f78a;p=situare diff --git a/src/ui/userinfopanel.cpp b/src/ui/userinfopanel.cpp index c8a1d51..ae8b29c 100644 --- a/src/ui/userinfopanel.cpp +++ b/src/ui/userinfopanel.cpp @@ -64,21 +64,6 @@ UserInfoPanel::UserInfoPanel(QWidget *parent) connect(m_userInfo, SIGNAL(findUser(GeoCoordinate)), this, SIGNAL(findUser(GeoCoordinate))); - connect(m_userInfo,SIGNAL(requestReverseGeo()), - this, SIGNAL(requestReverseGeo())); - - connect(m_userInfo, SIGNAL(statusUpdate(QString, bool)), - this, SIGNAL(statusUpdate(QString, bool))); - - connect(m_userInfo, SIGNAL(notificateUpdateFailing(QString, bool)), - this, SIGNAL(notificateUpdateFailing(QString, bool))); - - connect(this, SIGNAL(reverseGeoReady(QString)), - m_userInfo, SIGNAL(reverseGeoReady(QString))); - - connect(this, SIGNAL(clearUpdateLocationDialogData()), - m_userInfo, SLOT(clearUpdateLocationDialogData())); - connect(this, SIGNAL(collapse()), m_userInfo, SLOT(collapse())); @@ -96,7 +81,7 @@ UserInfoPanel::UserInfoPanel(QWidget *parent) this, SIGNAL(refreshUserData())); connect(updateStatusMessageButton, SIGNAL(clicked()), - m_userInfo, SLOT(messageUpdate())); + this, SIGNAL(updateLocationMessageButtonClicked())); }