From 24b15dc681c7692bb25d616d86c057ba6afe03bd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 10 Nov 2011 00:11:35 +0100 Subject: Fix zoombar handling --- src/webtab.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/webtab.cpp') 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())); -- cgit v1.2.1