diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-03 16:00:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-03 16:00:05 +0200 |
commit | caab7d3cd3e687d1bdc60d73a73a0728a92b58ad (patch) | |
tree | f976a4d95f8f4737ef6a193fbc18443ab69e93a7 /src/websnap.h | |
parent | Using Application::palette for ListItems (diff) | |
download | rekonq-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.h | 2 |
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 * |