summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
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 f1b04aad..dd2cb93b 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -86,7 +86,7 @@ public:
*/
static QPixmap renderPagePreview(const QWebPage &page, int w = defaultWidth, int h = defaultHeight);
- // static QPixmap renderVisiblePagePreview(const QWebPage &page, int w = WIDTH, int h = HEIGHT);
+ // static QPixmap renderVisiblePagePreview(const QWebPage &page, int w = WIDTH, int h = HEIGHT);
// TODO: try to make this method work => more previews for the urlbar
/**