Merge branch 'new_panels' into locationlistview
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 12 Aug 2010 09:03:42 +0000 (12:03 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 12 Aug 2010 09:03:42 +0000 (12:03 +0300)
1  2 
src/map/mapengine.cpp
src/map/mapengine.h
src/ui/friendlistpanel.cpp
src/ui/mainwindow.cpp

Simple merge
Simple merge
Simple merge
@@@ -312,9 -317,8 +319,9 @@@ void MainWindow::buildPanels(
      m_tabbedPanel = new TabbedPanel(this);
      m_tabbedPanel->addTab(m_userInfoPanel, QIcon(":/res/images/user_info.png"));
      m_tabbedPanel->addTab(m_friendsListPanel, QIcon(":/res/images/friend_list.png"));
 +    m_tabbedPanel->addTab(m_routingPanel, QIcon(":/res/images/routing.png"));
  
-     connect(m_tabbedPanel, SIGNAL(panelOpened()),
+     connect(m_tabbedPanel, SIGNAL(tabChanged()),
              m_friendsListPanel, SLOT(clearFriendListFilter()));
  
      connect(m_mapView, SIGNAL(viewResized(QSize)),