diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-20 00:58:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-20 00:58:19 +0200 |
commit | 2fc4da5614113a8a184f6bdd05185cc875d9ce27 (patch) | |
tree | f0682c6375f698130e79b3f3363443b338876ebb /src/webview.cpp | |
parent | Fix default engine implementation and fix a bit code (diff) | |
download | rekonq-2fc4da5614113a8a184f6bdd05185cc875d9ce27.tar.xz |
deleting replies as explained in QNetworkAccessManager docs
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 3 |
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(); } |