diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-25 14:49:13 +0100 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-25 14:49:13 +0100 |
commit | ee95b665f335c966c80335c94a934d7a69b02be0 (patch) | |
tree | ad49963121a49e2da900a28fc47a3a2390508899 /src/websnap.h | |
parent | Fixing "Global" vs "standard" shortcuts. (diff) | |
download | rekonq-ee95b665f335c966c80335c94a934d7a69b02be0.tar.xz |
A better preview implementation:
WebSnap doesn't render borders/background => borders/background not cached => style can be actualized easily.
PreviewImage uses a label for display the background and an other label inside for display preview or animation.
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index 026c236c..6c5b4af9 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -52,7 +52,7 @@ public: ~WebSnap(); QPixmap previewImage(); - static QPixmap renderPreview(const QWebPage &page, int w, int h, bool border = false); + static QPixmap renderPreview(const QWebPage &page, int w, int h); QString snapTitle(); QUrl snapUrl(); |