diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-11 09:21:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-11 09:21:08 +0000 |
| commit | 08d61df01bcf33bd7d1f7dcf0a56730e94381faa (patch) | |
| tree | c4f15911f9309ecc7baafc01d6b26bc1b5f2ac84 /src/plugins/General/fileops/fileops.h | |
| parent | 302e62bd7d92da84c7f3085b407916e6a7e8a1bb (diff) | |
| download | qmmp-08d61df01bcf33bd7d1f7dcf0a56730e94381faa.tar.gz qmmp-08d61df01bcf33bd7d1f7dcf0a56730e94381faa.tar.bz2 qmmp-08d61df01bcf33bd7d1f7dcf0a56730e94381faa.zip | |
fileops: added feature to move files (#132)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5126 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileops.h')
| -rw-r--r-- | src/plugins/General/fileops/fileops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/fileops/fileops.h b/src/plugins/General/fileops/fileops.h index fdd87182f..23677a0c2 100644 --- a/src/plugins/General/fileops/fileops.h +++ b/src/plugins/General/fileops/fileops.h @@ -43,7 +43,8 @@ public: { COPY = 0, RENAME, - REMOVE + REMOVE, + MOVE, }; private slots: |
