diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-09-22 15:45:18 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-09-22 15:45:18 +0200 |
commit | c64f84da6627ecd09d74f1e0ff2aa62f47a30c60 (patch) | |
tree | 25620771556c019b808332f074aa9816fe08d828 /src/websnap.h | |
parent | small fix of tab preview behavior (diff) | |
parent | Fixing foreach macros.. (diff) | |
download | rekonq-c64f84da6627ecd09d74f1e0ff2aa62f47a30c60.tar.xz |
Merge branch 'master' of git://gitorious.org/rekonq/mainline
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(); |