summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-10-25 14:49:13 +0100
committermegabigbug <megabigbug@arrakis.(none)>2009-10-25 14:49:13 +0100
commitee95b665f335c966c80335c94a934d7a69b02be0 (patch)
treead49963121a49e2da900a28fc47a3a2390508899 /src/websnap.h
parentFixing "Global" vs "standard" shortcuts. (diff)
downloadrekonq-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.h2
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();