diff options
author | Arno <am@disconnect.de> | 2013-01-27 15:49:44 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-01-27 15:49:44 +0100 |
commit | e4085d22006bffa13679f70336ca7966f4be0fee (patch) | |
tree | e9db54ee9ba3bd3ca9acc1e2b110ccc58068b2c5 /shemov.h | |
parent | 2fa4f7f525f7138498635204693d94fd3de2d87e (diff) | |
download | SheMov-e4085d22006bffa13679f70336ca7966f4be0fee.tar.gz SheMov-e4085d22006bffa13679f70336ca7966f4be0fee.tar.bz2 SheMov-e4085d22006bffa13679f70336ca7966f4be0fee.zip |
Move to archive
Add menu entry to move files back to archive. Needed when move to burn
directory copies more files than expected.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ class SheMov : public QMainWindow { QAction *mCopyWindowsDirA; QAction *mSuggestFileA; QAction *mPlaySelectedArchiveFilesA; + QAction *mMoveToArchiveA; //Filesystem View Actions QActionGroup *mFSHoverGroup; |