diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-21 11:18:54 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-21 11:18:54 +0200 |
commit | 65385989ddf7850634e0f43148c5fcc42a5bf62f (patch) | |
tree | fe4fa226e425de6b06f8e6e73bbd7107b4ceafb6 /src/websnap.h | |
parent | Fix history actions update (diff) | |
download | rekonq-65385989ddf7850634e0f43148c5fcc42a5bf62f.tar.xz |
Me stupid.. fixing tab previews!
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 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(); |