Skip to content

move more work for projects to the worker threads

Christoph Cullmann requested to merge work/more_work_in_threads into master

compute e.g. full path name only once in the thread same for the filename/path without filename create already all needed QStandardItem objects in the worker threads, too

this should significantly reduce the time the main thread is blocked

Merge request reports