diff options
author | Arno <am@disconnect.de> | 2012-03-03 06:52:09 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-03 06:52:09 +0100 |
commit | 969d923fa3cb5197b6cda9b60fc4abf8552e24f6 (patch) | |
tree | fa559d6fc772638803a3f3f114a1adac87ab7c8d /pictureswidget.h | |
parent | 5d1e566d275b47fa590fb9e9879b9a1f970fc3ba (diff) | |
download | SheMov-969d923fa3cb5197b6cda9b60fc4abf8552e24f6.tar.gz SheMov-969d923fa3cb5197b6cda9b60fc4abf8552e24f6.tar.bz2 SheMov-969d923fa3cb5197b6cda9b60fc4abf8552e24f6.zip |
Implement refresh for Pictures
Add action to PictureView for refreshing the view. Needed after editing
mappings.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 8be7a24..098d419 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -51,6 +51,7 @@ class PictureView : public QTreeView { public slots: void mappingChanged(int mapping); void deletePics(); + void refresh(); protected: virtual void hideEvent(QHideEvent *); |