diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2011-01-19 22:25:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-19 22:25:03 +0100 |
commit | 966f6f99a3a2e89f6974bfee05886b8499385992 (patch) | |
tree | fe419a5a321a812aeac51630da6381a7d7c363f4 /src/urlbar/listitem.h | |
parent | Updating AUTHORS list. (diff) | |
download | rekonq-966f6f99a3a2e89f6974bfee05886b8499385992.tar.xz |
Save downloaded images of opensearch suggestions like websnaps
RB:100397
Reviewed by me ;)
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 30089ce9..0ad5ab38 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -254,8 +254,7 @@ public: ImageLabel(const QString &url, int width, int height, QWidget *parent); private: - int m_width; - int m_height; + QString m_url; QByteArray m_data; private slots: |