summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-09-22 18:59:38 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-09-22 18:59:38 +0200
commit0b50199b9262003cfa685a5de78c9aab440c3e16 (patch)
treee2f8573fcef6eabe7db4a85d0d4469bc3343285d /src/websnap.h
parentMerge branch 'master' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-0b50199b9262003cfa685a5de78c9aab440c3e16.tar.xz
fix page preview
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 63f8dccf..5a550838 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -48,7 +48,7 @@ public:
WebSnap(const QString &url, const QString &pos);
QPixmap previewImage();
- static QPixmap renderPreview(QWebPage *page, int w, int h);
+ static QPixmap renderPreview(const QWebPage &page, int w, int h);
signals:
void finished();