diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-09-20 15:40:53 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-09-20 15:40:53 +0200 |
commit | 8e929438e9b3ecd83499cc58bbbd406175195543 (patch) | |
tree | 212bd98a92bc9894e0bd5123e66de2a179aa9748 /src/websnap.h | |
parent | create function fix (diff) | |
download | rekonq-8e929438e9b3ecd83499cc58bbbd406175195543.tar.xz |
fix previews:
-tab preview uses websnap
-remove scrollbars
-antialiased preview
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index 2bcdfef8..63f8dccf 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -48,7 +48,8 @@ public: WebSnap(const QString &url, const QString &pos); QPixmap previewImage(); - + static QPixmap renderPreview(QWebPage *page, int w, int h); + signals: void finished(); |