summaryrefslogtreecommitdiff
path: root/src/webtab/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-11-17 23:40:36 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-11-17 23:43:20 +0100
commit1e5d35be7c17de3fee9155b754aa55f6ed92ee62 (patch)
treecf4c18e708526ebf5670c517e33bf931136c891d /src/webtab/webview.cpp
parentrekonq 2.4.0 (diff)
downloadrekonq-1e5d35be7c17de3fee9155b754aa55f6ed92ee62.tar.xz
Get sure webkit objects are deleted in the app d-tor
CCBUG: 321557
Diffstat (limited to 'src/webtab/webview.cpp')
-rw-r--r--src/webtab/webview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp
index 6b8416fe..f2349c01 100644
--- a/src/webtab/webview.cpp
+++ b/src/webtab/webview.cpp
@@ -128,6 +128,8 @@ WebView::~WebView()
{
if (m_isViewSmoothScrolling)
stopSmoothScrolling();
+
+ kDebug() << "BYE BYE WEBVIEW";
}