Added unit test for TagsDialog.
[situare] / src / ui / mainwindow.cpp
index a26eace..f5bea55 100644 (file)
@@ -526,6 +526,12 @@ void MainWindow::buildUserInfoPanel()
 
     connect(this, SIGNAL(userImageReady(QString,QPixmap)),
             m_userInfoPanel, SLOT(setImage(QString,QPixmap)));
+
+    connect(m_userInfoPanel, SIGNAL(addTags(QStringList)),
+            this, SIGNAL(addTags(QStringList)));
+
+    connect(m_userInfoPanel, SIGNAL(removeTags(QStringList)),
+            this, SIGNAL(removeTags(QStringList)));
 }
 
 void MainWindow::buildWebView()