diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:02:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:02:30 +0200 |
commit | 01e5c03236fa589b719544f478ea036b8b1e2ee7 (patch) | |
tree | f13f954c326113b2aa92f172f97cfd4c05f7fac2 /src/websnap.h | |
parent | Setting session and request metadata about ssl navigation (diff) | |
download | rekonq-01e5c03236fa589b719544f478ea036b8b1e2ee7.tar.xz |
Code fixes in the homepage
also changed history && bookmarks layout (we need just icons there)
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websnap.h b/src/websnap.h index 7feb37fb..ee513154 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -45,7 +45,7 @@ class WebSnap : public QObject Q_OBJECT public: - WebSnap(const QString &url); + WebSnap(const QUrl &url); QPixmap previewImage(); static QPixmap renderPreview(const QWebPage &page, int w, int h); @@ -61,7 +61,7 @@ private: QWebPage m_page; QPixmap m_image; - QString m_url; + QUrl m_url; }; #endif // WEB_SNAP_H |