summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-20 00:58:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-20 00:58:19 +0200
commit2fc4da5614113a8a184f6bdd05185cc875d9ce27 (patch)
treef0682c6375f698130e79b3f3363443b338876ebb /src/webview.cpp
parentFix default engine implementation and fix a bit code (diff)
downloadrekonq-2fc4da5614113a8a184f6bdd05185cc875d9ce27.tar.xz
deleting replies as explained in QNetworkAccessManager docs
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 6f6ec128..f48afffb 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -94,7 +94,8 @@ WebView::WebView(QWidget* parent)
WebView::~WebView()
{
- disconnect();
+ delete _scrollTimer;
+ disconnect();
}