Added unit tests.
[situare] / src / ui / mainwindow.cpp
index 6b7d5e7..5082bdc 100644 (file)
@@ -544,6 +544,12 @@ void MainWindow::buildUserInfoPanel()
 
     connect(m_userInfoPanel, SIGNAL(removeTags(QStringList)),
             this, SIGNAL(removeTags(QStringList)));
+
+    connect(this, SIGNAL(popularTagsReceived(QHash<QString,QString>&)),
+            m_userInfoPanel, SLOT(populatePopularTags(QHash<QString,QString>&)));
+
+    connect(m_userInfoPanel, SIGNAL(requestPopularTags()),
+            this, SIGNAL(requestPopularTags()));
 }
 
 void MainWindow::buildWebView()