summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/shemov.h b/shemov.h
index e10cc7f..a80b341 100644
--- a/shemov.h
+++ b/shemov.h
@@ -167,10 +167,14 @@ class SheMov : public QMainWindow {
QActionGroup *mEditGroup;
//PictureWidget Actions
- QAction *mDeletePicFromA;
- QAction *mEditPicsMappingsA;
- QAction *mRefreshPicsA;
- QAction *mTogglePicV2A;
+ //PW = mPicWidget
+ //PV = pictureViewer
+ QAction *mPWDeletePicFromA;
+ QAction *mPWEditPicMappingsA;
+ QAction *mPWRefreshA;
+ QAction *mPVToggleA;
+ QAction *mPVAddA;
+ QAction *mPVReplaceA;
QActionGroup *mPicActionGroup;
//EndActions