diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 01:36:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 01:36:09 +0200 |
commit | cbbc7ca17e0e5edccf44bb448839982fc42ca5de (patch) | |
tree | 46225f1f38932f70d08948793700fe60197451cc /src/websnap.h | |
parent | fixing right click rekonq crash (at least, hopefully..) (diff) | |
download | rekonq-cbbc7ca17e0e5edccf44bb448839982fc42ca5de.tar.xz |
TONS of events ignored to let homepage no more crash!
Hopefully...
I hope I also not have removed some rekonq features this way. It seems not, anyway
(obviously) it needs tests
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websnap.h b/src/websnap.h index 7417456b..9a41f65d 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -48,6 +48,7 @@ class WebSnap : public QObject public: WebSnap(const QUrl &url); + ~WebSnap(); QPixmap previewImage(); static QPixmap renderPreview(const QWebPage &page, int w, int h); |