diff options
author | Arno <am@disconnect.de> | 2012-12-30 13:42:35 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-12-30 13:42:35 +0100 |
commit | 6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55 (patch) | |
tree | cf5a50340feeccf136eb7b99cd7a0699f43b7111 /shemov.h | |
parent | a069898249b863b0982b1807afa8d0b0912b496e (diff) | |
download | SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.tar.gz SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.tar.bz2 SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.zip |
Allow moving files from one Series to another
Allow moving files from one SeriesPart to another. Had to add another
global variable for this.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ class SheMov : public QMainWindow { //TreeView FileWidget Actions QAction *mMoveToBurnA; + QAction *mMoveToSeriesA; QAction *mMoveFilesA; QAction *mDeleteFilesFromTreeA; QAction *mFilePropertiesA; |