diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-20 16:52:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-20 16:52:52 +0200 |
commit | 21e8478e02d0d56e8ea225d504f980717a58d203 (patch) | |
tree | 5a76cc7207fbbb0d5ce6158511ea17b310e5272a /src/webview.cpp | |
parent | fix compilation on windows (diff) | |
download | rekonq-21e8478e02d0d56e8ea225d504f980717a58d203.tar.xz |
Fixing WebHistory moves and removing a strange SIGNAL/SLOT connection.
Lionel, did you write a wrong function there?
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 1 |
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())); } |