diff options
author | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:01:41 +0000 |
---|---|---|
committer | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:01:41 +0000 |
commit | 78aef384a57bca278bdd4484e9b31bbd7b88c98e (patch) | |
tree | 708e17ee009ec87fd70df78d9be98c4bad5694bd /src/mainview.cpp | |
parent | Some changes ported for merge to mainline (bookmarks & links handling related) (diff) | |
download | rekonq-78aef384a57bca278bdd4484e9b31bbd7b88c98e.tar.xz |
TabBar code clean. Icons added to context menu
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 9449a9c5..8cf09e2a 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -65,7 +65,6 @@ MainView::MainView(QWidget *parent) m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.gif"); - connect(m_tabBar, SIGNAL(newTab()), this, SLOT(newWebView())); connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(slotCloseTab(int))); connect(m_tabBar, SIGNAL(cloneTab(int)), this, SLOT(slotCloneTab(int))); connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(slotCloseOtherTabs(int))); |