summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-10-12 17:14:05 +0200
committerArno <am@disconnect.de>2013-10-12 17:14:05 +0200
commit31a6c7e9afc50c6c3426937d411e21a79fec77e7 (patch)
treeb8976b0d0e6a486d947e25447a0bb14c61637b49 /shemov.h
parent89662ce745c1eee152e7bc2200be5f08caee78a8 (diff)
downloadSheMov-31a6c7e9afc50c6c3426937d411e21a79fec77e7.tar.gz
SheMov-31a6c7e9afc50c6c3426937d411e21a79fec77e7.tar.bz2
SheMov-31a6c7e9afc50c6c3426937d411e21a79fec77e7.zip
Use marked files from PictureViewer2
* Call NewPicsDialog with marked files list * some more keyboard navigation: -> Cursor UP and RIGHT - previous -> Cursor DOWN and LEFT - next -> DELETE - delete file
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 5c8ee08..fdbc5a9 100644
--- a/shemov.h
+++ b/shemov.h
@@ -123,6 +123,7 @@ class SheMov : public QMainWindow {
QAction *mPVToggleA;
QAction *mPVAddA;
QAction *mPVMarkA;
+ QAction *mPVDeleteA;
QAction *mPVClearMarksA;
QAction *mPVReplaceA;
QAction *mPVSelectAllA;