Skip to content

Adapt to QtConcurrent changes in Qt6

Volker Krause requested to merge work/vkrause/qt6-qtconcurrent-changes into master

Accessing the QFuture result is no longer implicit, and run() changed the argument order.

Merge request reports