From c90f920ebc2dd3386d4f84df3ad25480fbaf616b Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 8 Sep 2012 11:38:09 +0200 Subject: 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. --- shemov.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.h') 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 -- cgit v1.2.3-70-g09d2