From b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 Sep 2009 10:21:58 +0200 Subject: BIG BIG commit removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions --- src/websnap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/websnap.h') diff --git a/src/websnap.h b/src/websnap.h index 5a550838..7feb37fb 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -45,7 +45,7 @@ class WebSnap : public QObject Q_OBJECT public: - WebSnap(const QString &url, const QString &pos); + WebSnap(const QString &url); QPixmap previewImage(); static QPixmap renderPreview(const QWebPage &page, int w, int h); @@ -62,7 +62,6 @@ private: QPixmap m_image; QString m_url; - QString m_pos; }; #endif // WEB_SNAP_H -- cgit v1.2.1