Skip to content
Commit 58a3007f authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Workaround a lack of std::function support in QThreadPool < 5.15

QThreadPool::start(std::function) was only introduced in Qt 5.15. This
adds a workaround (basically importing the class from Qt 5.15) for
earlier Qt versions.
parent f7064614
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment