summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-21 11:18:54 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-21 11:18:54 +0200
commit65385989ddf7850634e0f43148c5fcc42a5bf62f (patch)
treefe4fa226e425de6b06f8e6e73bbd7107b4ceafb6 /src/websnap.h
parentFix history actions update (diff)
downloadrekonq-65385989ddf7850634e0f43148c5fcc42a5bf62f.tar.xz
Me stupid.. fixing tab previews!
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 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();