summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-03 06:52:09 +0100
committerArno <am@disconnect.de>2012-03-03 06:52:09 +0100
commit969d923fa3cb5197b6cda9b60fc4abf8552e24f6 (patch)
treefa559d6fc772638803a3f3f114a1adac87ab7c8d /shemov.h
parent5d1e566d275b47fa590fb9e9879b9a1f970fc3ba (diff)
downloadSheMov-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 'shemov.h')
-rw-r--r--shemov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index ce8af30..fab6fbf 100644
--- a/shemov.h
+++ b/shemov.h
@@ -169,6 +169,7 @@ class SheMov : public QMainWindow {
//PictureWidget Actions
QAction *mDeletePicFromA;
QAction *mEditPicsMappingsA;
+ QAction *mRefreshPicsA;
//EndActions
QSignalMapper *mRenameMapper;