diff options
author | matgic78 <matgic78@gmail.com> | 2009-10-16 17:36:40 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2009-10-16 17:36:40 +0200 |
commit | 56b3d5fda4f814478f96ce19857399a607d929a9 (patch) | |
tree | 9de9d710bca8ad2b91bb01e879de7d4e820c1c87 /src/previewimage.h | |
parent | i18n fixes (diff) | |
download | rekonq-56b3d5fda4f814478f96ce19857399a607d929a9.tar.xz |
add an action to refresh thumbnails
Diffstat (limited to 'src/previewimage.h')
-rw-r--r-- | src/previewimage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/previewimage.h b/src/previewimage.h index 99e278f1..5568dd29 100644 --- a/src/previewimage.h +++ b/src/previewimage.h @@ -53,6 +53,7 @@ public slots: void snapFinished(); void removeMe(); void setUrlFromAction(); + void refreshPreview(); protected: void contextMenuEvent(QContextMenuEvent *event); |