diff options
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)));  } | 
