summaryrefslogtreecommitdiffstats
path: root/copyworker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Now MoveToUSB does something!Arno2016-03-041-32/+27
| | | | | | 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/+86
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!