pdf preview generation: Use QtConcurrent::mapped + QFutureWatcher instead of own single-thread solution

This commit is contained in:
2019-04-29 20:50:52 +02:00
parent ec1219acda
commit d435ec3bfd
6 changed files with 86 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core concurrent gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++14