summaryrefslogtreecommitdiffstats
path: root/copyworker.h
Commit message (Collapse)AuthorAgeFilesLines
* Now MoveToUSB does something!Arno2016-03-041-5/+10
| | | | | | Make it work. Lessons learned: Don't keep a QProgressDialog around. Use it and delete it later. Otherwise it will show up spontaneously.
* First version of CopyWorkerArno2016-03-041-0/+38
Preparation for archiving Movies to an USB disk: Implement CopyWorker: a QThread for copying files in the background. It compiles, nothing more, so expect bugs!