diff options
author | Arno <am@disconnect.de> | 2012-03-03 06:36:22 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-03 06:36:22 +0100 |
commit | 5d1e566d275b47fa590fb9e9879b9a1f970fc3ba (patch) | |
tree | 5d1f2d6f68de9318f21bb1a6145944b833aa883e /shemov.h | |
parent | 08861cc269ba6126ec7fa3bfad4f946fb60d3d98 (diff) | |
download | SheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.tar.gz SheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.tar.bz2 SheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.zip |
Impement editing of picture mappings
Make it possible to edit picture mappings on archived pictures.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ class SheMov : public QMainWindow { //PictureWidget Actions QAction *mDeletePicFromA; - QAction *mEditPicsAttrsA; + QAction *mEditPicsMappingsA; //EndActions QSignalMapper *mRenameMapper; |