From caab7d3cd3e687d1bdc60d73a73a0728a92b58ad Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 3 Jun 2010 16:00:05 +0200 Subject: This should save rekonq from crashes in closed tabs view. Anyway, this crash smells as a QtWebKit bug in QWebPage deletion. BUG:237767 --- src/websnap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/websnap.h') 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 * -- cgit v1.2.1