summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-08-12 19:29:44 +0200
committerArno <arno@disconnect.de>2015-08-12 19:29:44 +0200
commitdc2927587eb758754babf98adb764c3bbdccd024 (patch)
tree7fc3a9c94f2e895862de0523a06475a3572112e7 /shemov.h
parent49b943474c4ac39ee5f0f2e900fddd1253a84366 (diff)
downloadSheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.gz
SheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.bz2
SheMov-dc2927587eb758754babf98adb764c3bbdccd024.zip
Implement slide through all pictures
Wow, that was much more complicated than I first thought, but it seems to work. Maybe it's much more convoluted than it has to be :)
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 5675aeb..b19ba77 100644
--- a/shemov.h
+++ b/shemov.h
@@ -139,7 +139,9 @@ class SheMov : public QMainWindow {
QAction *mPVClearMarksA;
QAction *mPVReplaceA;
QAction *mPVSelectAllA;
+ QAction *mPVToggleSlideA;
QAction *mPVSlideA;
+ QAction *mPVSlideAllA;
QAction *mPVShuffleA;
QAction *mPVCopyToA;
QAction *mPVShowNPDialogA;