summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 15:46:57 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 15:46:57 +0100
commitd206f183cda7dcb249846fcc15fcfeced0bf00ba (patch)
treeb63d722f21b55f6a0e21f12e22cd7bed493f0598 /src/websnap.h
parentshould fix bug 211782 (diff)
parentA better preview implementation: (diff)
downloadrekonq-d206f183cda7dcb249846fcc15fcfeced0bf00ba.tar.xz
Merge commit 'refs/merge-requests/1904' of git://gitorious.org/rekonq/mainline into Lasts2
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();