diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 00:21:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 00:21:09 +0200 |
commit | 0fbcfd6a77f41c0248f65537f615b4046433c6a0 (patch) | |
tree | 81bf41f48c1d31e613b4cf58104ab2229668d88e /src/websnap.h | |
parent | Merge commit 'refs/merge-requests/1806' of git://gitorious.org/rekonq/mainline (diff) | |
parent | favorites management (diff) | |
download | rekonq-0fbcfd6a77f41c0248f65537f615b4046433c6a0.tar.xz |
Merge commit 'refs/merge-requests/1805' of git://gitorious.org/rekonq/mainline into matgic
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 4 |
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 |