summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-08 12:42:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-18 15:42:31 +0100
commit830b2f24ec1375b5fee5891f10444a67da562484 (patch)
tree7719aab2693f658f772141ddcac77ab292730c54 /src/webtab.cpp
parentGet sure against "strange" behaviours in opensearchengine (diff)
downloadrekonq-830b2f24ec1375b5fee5891f10444a67da562484.tar.xz
Remove postLaunch calls
This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 61c9077f..3caf46b8 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -86,6 +86,7 @@ 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()));