Merge branch 'fix_userinfo' into userinfo_collapse, review and fixes
[situare] / src / ui / userinfopanel.cpp
index 6f8582f..e4e022c 100644 (file)
@@ -79,10 +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()));
+            m_userInfo, SLOT(collapse()));
 }
 
 void UserInfoPanel::userDataReceived(User *user)