diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-10 00:11:35 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-14 05:52:20 +0100 |
commit | 24b15dc681c7692bb25d616d86c057ba6afe03bd (patch) | |
tree | 2ef24f9160f3e136eaf94c49ce595a77ec050d2c /src/mainwindow.cpp | |
parent | Remove mainWindow pointer from mainview class. (diff) | |
download | rekonq-24b15dc681c7692bb25d616d86c057ba6afe03bd.tar.xz |
Fix zoombar handling
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e59aede7..811f1cf8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -207,9 +207,6 @@ MainWindow::MainWindow() // Zoom Bar signal connect(m_view, SIGNAL(currentChanged(int)), m_zoomBar, SLOT(updateSlider(int))); - // Ctrl + wheel handling - connect(currentTab(), SIGNAL(zoomChanged(int)), m_zoomBar, SLOT(setValue(int))); - // Save session on window closing connect(this, SIGNAL(windowClosing()), rApp->sessionManager(), SLOT(saveSession())); |