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

Este commit está contenido en:
2019-04-29 20:50:52 +02:00
padre 0d3cfefb36
commit 4c8d201f81
Se han modificado 6 ficheros con 77 adiciones y 85 borrados

Ver fichero

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