diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 15:46:57 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 15:46:57 +0100 |
commit | d206f183cda7dcb249846fcc15fcfeced0bf00ba (patch) | |
tree | b63d722f21b55f6a0e21f12e22cd7bed493f0598 /src/websnap.h | |
parent | should fix bug 211782 (diff) | |
parent | A better preview implementation: (diff) | |
download | rekonq-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.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(); |