X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fuserpanel.cpp;h=b5297ac5f8d2bc9f036d85c452836100f9ce4398;hb=a3b967f7bfbd35c2df284d7a85d660649bd7d692;hp=99eeaa8159ff5476c26bd443d9987244b861dd9a;hpb=3c52f797538a08df8a7a8a9d58fd525d3625dac9;p=situare diff --git a/src/ui/userpanel.cpp b/src/ui/userpanel.cpp index 99eeaa8..b5297ac 100644 --- a/src/ui/userpanel.cpp +++ b/src/ui/userpanel.cpp @@ -63,6 +63,18 @@ UserInfoPanel::UserInfoPanel(QWidget *parent) m_userPanelSlidingBar, SIGNAL(clicked()), m_userPanelStateClosed); m_userPanelTransitionClose->addAnimation(new QPropertyAnimation(this, "pos", this)); + connect(m_userInfo,SIGNAL(requestReverseGeo()), + this, SIGNAL(requestReverseGeo())); + + connect(this, SIGNAL(reverseGeoReady(QString)), + m_userInfo, SIGNAL(reverseGeoReady(QString))); + + connect(m_userInfo, SIGNAL(statusUpdate(QString,bool)), + this, SIGNAL(statusUpdate(QString,bool))); + + connect(m_userInfo, SIGNAL(refreshUserData()), + this, SIGNAL(refreshUserData())); + m_userPanelStateMachine->start(); setObjectName("UserPanel"); }