diff options
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/websnap.h b/src/websnap.h index 12a5e04c..fc5da869 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -86,20 +86,6 @@ 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); - // TODO: try to make this method work => more previews for the urlbar - - /** - * Snaps a pixmap of size w * h from a page for tab preview - * - * @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 renderTabPreview(const QWebPage &page, int w, int h); - /** * Guess the local path where the image for the url provided * should be |