summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 1815e871..7ece6855 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -64,7 +64,6 @@ WebView::WebView(QWidget* parent)
connect(page(), SIGNAL(statusBarMessage(const QString&)), this, SLOT(setStatusBarText(const QString&)));
connect(this, SIGNAL(loadProgress(int)), this, SLOT(slotUpdateProgress(int)));
connect(this, SIGNAL(loadFinished(bool)), this, SLOT(slotLoadFinished(bool)));
- connect(this, SIGNAL(selectionChanged()), this, SLOT(selectionChanged()));
}