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/webtab.cpp | |
parent | Remove mainWindow pointer from mainview class. (diff) | |
download | rekonq-24b15dc681c7692bb25d616d86c057ba6afe03bd.tar.xz |
Fix zoombar handling
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index 3caf46b8..61c9077f 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -86,7 +86,6 @@ WebTab::WebTab(QWidget *parent) connect(m_webView, SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int))); connect(m_webView, SIGNAL(titleChanged(const QString &)), this, SIGNAL(titleChanged(const QString &))); - connect(m_webView, SIGNAL(zoomChanged(int)), this, SLOT(zoomChanged(int))); // Session Manager connect(m_webView, SIGNAL(loadFinished(bool)), rApp->sessionManager(), SLOT(saveSession())); |