diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-03 16:19:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-03 16:19:53 +0100 |
commit | e34963f2365d6352b8d1bc0761697cc0df5dd5ff (patch) | |
tree | 0888f25651088fb00d4a84c7bf5c64278df9c20e /src/mainview.cpp | |
parent | Finally... unit tests!! (diff) | |
download | rekonq-e34963f2365d6352b8d1bc0761697cc0df5dd5ff.tar.xz |
Trivial MainView Test
and now we have two.. :)
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 04ede24c..c4b0cfc2 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -91,9 +91,6 @@ MainView::MainView(QWidget *parent) connect(m_tabBar, SIGNAL(reloadAllTabs()), this, SLOT(slotReloadAllTabs())); connect(m_tabBar, SIGNAL(tabCloseRequested(int)), this, SLOT(slotCloseTab(int))); - - // connecting urlbar signals - connect(urlBar(), SIGNAL(activated(const KUrl&)), Application::instance(), SLOT(loadUrl(const KUrl&))); // current page index changing connect(this, SIGNAL(currentChanged(int)), this, SLOT(slotCurrentChanged(int))); |