summaryrefslogtreecommitdiffstats
path: root/src/core/pdfium_document_wrapper_qt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adaptations for Chromium 57Allan Sandfeld Jensen2017-06-141-1/+6
| | | | | Change-Id: Ia2756c1e9b13839c2330bd98cf953d47cbdac0dd Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
* Move the QPrinter and QtWidgets related code out of the PDFium wrapperMichael BrĂ¼ning2016-11-251-0/+172
This moves the actual printing using QPrinter to the WebEngineWidgets part of the API. The printsupport module depends on the widgets module and therefore QtWebEngineCore also had a dependency to widgets. This is removed by this change. Change-Id: If6e5745709a59de18f2123b930cbe6e64390c867 Reviewed-by: Michal Klocek <michal.klocek@qt.io>