summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/printer_worker.h
Commit message (Collapse)AuthorAgeFilesLines
* Move printing operation to a new threadSzabolcs David2018-12-101-0/+88
Printing operations were blocking the UI thread, so applications were irresponsive when printing in large size or high resolution. Introduce a new worker for the painting logic and use shared pointers to carry the data around and avoid copying PDF data between threads. Task-number: QTBUG-68561 Change-Id: I30633380b75acd14f1a1df87985c99540168a9f1 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>