diff options
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 026c236c..6c5b4af9 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, bool border = false); + static QPixmap renderPreview(const QWebPage &page, int w, int h); QString snapTitle(); QUrl snapUrl(); |