diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-03 10:04:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-03 10:04:15 +0100 |
commit | a9c75882d7ba333baf54befcd64fe0bd51e6b220 (patch) | |
tree | 22d58db1c63ed2298f53ed4a756ab02f3e34855a /src | |
parent | rekonq 0.3.97 (diff) | |
download | rekonq-a9c75882d7ba333baf54befcd64fe0bd51e6b220.tar.xz |
Removing call to non-extant slot..
Diffstat (limited to 'src')
-rw-r--r-- | src/webtab.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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))); } |