diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 01:30:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-16 01:30:28 +0200 |
commit | 7318e45e48c4d21bd29ed7d3dcdf9c50b06c3044 (patch) | |
tree | 622534aef9f427a0d04311c53d9b71c3ee3811f2 /src/previewimage.h | |
parent | Fix a bug where the history index goes wrong after the first turning back. Th... (diff) | |
download | rekonq-7318e45e48c4d21bd29ed7d3dcdf9c50b06c3044.tar.xz |
some fixes on preview home page mechanism
Diffstat (limited to 'src/previewimage.h')
-rw-r--r-- | src/previewimage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/previewimage.h b/src/previewimage.h index 0abbe479..99e278f1 100644 --- a/src/previewimage.h +++ b/src/previewimage.h @@ -61,7 +61,7 @@ protected: void mousePressEvent(QMouseEvent *event); void mouseReleaseEvent(QMouseEvent *event); - void setUrl(const QUrl &url); + void loadUrlPreview(const QUrl &url); KActionMenu *historyMenu(); void showEmptyPreview(); @@ -72,6 +72,7 @@ private: QUrl m_url; QString m_savePath; + bool loadingSnapshot; bool m_isFavorite; int m_index; |