Skip to content

Remove QThread

Danilo Agostini requested to merge work/kyre334/remove-QThread into master

QThread has been replaced by QtConcurrent or completely eliminated if it was not needed.

imageviewer still executes the function in another thread because otherwise the program would momentarily hang when trying to extract the preview of a large .kra file.

Merge request reports