summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-09-08 11:38:09 +0200
committerArno <am@disconnect.de>2012-09-08 11:38:09 +0200
commitc90f920ebc2dd3386d4f84df3ad25480fbaf616b (patch)
tree8c86019127587816564ce11249343cd7c980f921 /shemov.h
parent2edb6f9b4d70b85b9209d75d1baa7a16e3b8d279 (diff)
downloadSheMov-c90f920ebc2dd3386d4f84df3ad25480fbaf616b.tar.gz
SheMov-c90f920ebc2dd3386d4f84df3ad25480fbaf616b.tar.bz2
SheMov-c90f920ebc2dd3386d4f84df3ad25480fbaf616b.zip
Implement copy file from PictureViewer2
Add an action to PictureViewer2 for copying the current pic to another directory. When I tried to add the QAction to the context menu, I realized that I chose the variable names picView and picViewer in shemov.cpp very poorly. Took some time to sift though it. Eventually I shifted some code around to make it more readable. While at it I replaced the individual separators with createSeparator(). Other than adding the Copy To action no functional changes.
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 186a79f..33fd743 100644
--- a/shemov.h
+++ b/shemov.h
@@ -178,6 +178,7 @@ class SheMov : public QMainWindow {
QAction *mPVSelectAllA;
QAction *mPVSlideA;
QAction *mPVShuffleA;
+ QAction *mPVCopyToA;
QActionGroup *mPicActionGroup;
//EndActions