Browse Source
QThreadPool::start() could only be called with a QRunnable before Qt 5.15, not a lambda: https://doc.qt.io/qt-5/qthreadpool.html#start-1 Use the older method instead. Signed-off-by: Pierre Lamot <pierre@videolabs.io>pull/119/head
committed by
Pierre Lamot
1 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue