Added missing signal connection.
[situare] / src / ui / mainwindow.cpp
index 843a430..91258c6 100644 (file)
@@ -540,6 +540,9 @@ void MainWindow::buildUserInfoPanel()
     connect(m_userInfoPanel, SIGNAL(refreshUserData()),
             this, SIGNAL(refreshUserData()));
 
+    connect(m_userInfoPanel, SIGNAL(updateLocationMessageButtonClicked()),
+            this, SLOT(showUpdateLocationDialog()));
+
     connect(this, SIGNAL(userImageReady(QString,QPixmap)),
             m_userInfoPanel, SLOT(setImage(QString,QPixmap)));