diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-02 23:21:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-02 23:21:27 +0100 |
commit | f7ae82bf7c7821ad3bd9a4a0fa9c0068fc2fc2e3 (patch) | |
tree | 560bd702d131db12803982bb5b79749aa8a882cf /src/websnap.h | |
parent | Removed unuseful renderClosingTabPreview (diff) | |
download | rekonq-f7ae82bf7c7821ad3bd9a4a0fa9c0068fc2fc2e3.tar.xz |
clean up WebSnap and provide automatic thumbs update for about:tabs
page
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 |