From 65385989ddf7850634e0f43148c5fcc42a5bf62f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 21 Oct 2009 11:18:54 +0200 Subject: Me stupid.. fixing tab previews! --- src/websnap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/websnap.h') diff --git a/src/websnap.h b/src/websnap.h index 6c5b4af9..026c236c 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); + static QPixmap renderPreview(const QWebPage &page, int w, int h, bool border = false); QString snapTitle(); QUrl snapUrl(); -- cgit v1.2.1