summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-06-03 16:00:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-06-03 16:00:05 +0200
commitcaab7d3cd3e687d1bdc60d73a73a0728a92b58ad (patch)
treef976a4d95f8f4737ef6a193fbc18443ab69e93a7 /src/websnap.h
parentUsing Application::palette for ListItems (diff)
downloadrekonq-caab7d3cd3e687d1bdc60d73a73a0728a92b58ad.tar.xz
This should save rekonq from crashes in closed tabs view.
Anyway, this crash smells as a QtWebKit bug in QWebPage deletion. BUG:237767
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/websnap.h b/src/websnap.h
index c85dc0d2..03d63746 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -77,6 +77,8 @@ public:
*/
explicit WebSnap(const KUrl &url, QObject *parent = 0);
+ ~WebSnap();
+
/**
* Snaps a pixmap of size w * h from a page and save it to cache
*