diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-17 18:27:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-17 18:27:40 +0200 |
commit | 8ef95ed5f65c07020a91b9fce306eacc0309794a (patch) | |
tree | 1292b44906fddb23d368335daf32eed615a7ca70 /src/websnap.h | |
parent | Based on Lionel's merge request #80: (diff) | |
download | rekonq-8ef95ed5f65c07020a91b9fce306eacc0309794a.tar.xz |
Clean tab previews, not showing on loading
removed a duplicated method and save one QPixmap
in WebSnap class
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index e7c9e593..9773b4cc 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -78,7 +78,6 @@ private slots: private: QWebPage m_page; - QPixmap m_image; QUrl m_url; QString m_snapTitle; |