summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h3
1 files changed, 1 insertions, 2 deletions
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