From c5aaa8d3f6dcc62bacdbe6829ef14ff4258e26c7 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 2 Feb 2012 17:58:17 +0100 Subject: Removed unuseful renderClosingTabPreview --- src/websnap.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/websnap.h') diff --git a/src/websnap.h b/src/websnap.h index f227f083..12a5e04c 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -89,17 +89,6 @@ public: // static QPixmap renderVisiblePagePreview(const QWebPage &page, int w = WIDTH, int h = HEIGHT); // TODO: try to make this method work => more previews for the urlbar - /** - * Snaps a pixmap of size w * h from a page of a tab that is currently closing - * - * @param page the page to snap - * @param w the image width - * @param h the image height - * - * @return the pixmap snapped from the page - */ - static QPixmap renderClosingPagePreview(const QWebPage &page, int w = defaultWidth, int h = defaultHeight); - /** * Snaps a pixmap of size w * h from a page for tab preview * -- cgit v1.2.1