From 0b50199b9262003cfa685a5de78c9aab440c3e16 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Tue, 22 Sep 2009 18:59:38 +0200 Subject: fix page preview --- src/websnap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/websnap.h') 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(); -- cgit v1.2.1