X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fuserinfopanel.cpp;fp=src%2Fui%2Fuserinfopanel.cpp;h=e4e022c428eb529605a3981ec72fdd85775ed5a3;hb=f4d35a5ccb86127d44aa73d44349773b0d4f3ed1;hp=e68f3909a3eb271b6e2144d03fa017e0796bec1a;hpb=6ffa9a4734575fd34f7f88c17216948ffdb7b6f9;p=situare diff --git a/src/ui/userinfopanel.cpp b/src/ui/userinfopanel.cpp index e68f390..e4e022c 100644 --- a/src/ui/userinfopanel.cpp +++ b/src/ui/userinfopanel.cpp @@ -79,7 +79,10 @@ UserInfoPanel::UserInfoPanel(QWidget *parent) m_userInfo, SLOT(clearUpdateLocationDialogData())); connect(m_userInfo, SIGNAL(notificateUpdateFailing(QString, bool)), - this, SIGNAL(notificateUpdateFailing(QString, bool))); + this, SIGNAL(notificateUpdateFailing(QString, bool))); + + connect(this, SIGNAL(collapse()), + m_userInfo, SLOT(collapse())); } void UserInfoPanel::userDataReceived(User *user)