Skip to content

Search disk files multithreaded

Kåre Särs requested to merge work/Search-disk-files-multithreaded into master

Move the disk searching to QRunnable + QThreadPool...

In the end two threads was the most efective... (probably the disk is the bottleneck)

(note the removed msleep())

Merge request reports