summaryrefslogtreecommitdiffstats
path: root/copyworker.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it run with Qt6Arno2022-04-151-1/+1
| | | | | | | | | This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store...
* Fix 0 -> nullptr and implicit conversionsArno2018-09-291-2/+2
|
* 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!