From a9c75882d7ba333baf54befcd64fe0bd51e6b220 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 3 Mar 2010 10:04:15 +0100 Subject: Removing call to non-extant slot.. --- src/webtab.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/webtab.cpp') diff --git a/src/webtab.cpp b/src/webtab.cpp index b4759995..b4e59d84 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -91,8 +91,6 @@ WebTab::WebTab(QWidget *parent) this, SLOT(createWalletBar(const QString &, const QUrl &))); } - connect(view->page(), SIGNAL(statusBarMessage(const QString&)), this, SLOT(setStatusBarText(const QString&))); - connect(view, SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int))); connect(view, SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool))); } -- cgit v1.2.1