summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/websnap.h b/src/websnap.h
index 9a41f65d..53686677 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -52,6 +52,9 @@ public:
QPixmap previewImage();
static QPixmap renderPreview(const QWebPage &page, int w, int h);
+
+ QString snapTitle();
+ QUrl snapUrl();
signals:
void finished();
@@ -65,6 +68,7 @@ private:
QPixmap m_image;
QUrl m_url;
+ QString m_snapTitle;
};
#endif // WEB_SNAP_H