Summary: | KHTMLView::print() could not share printer instance | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-khtml | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/khtml/2d8cba0507291991c2421963ff23fbba65604e43 | Version Fixed In: | 5.64.0 |
Sentry Crash Report: |
Description
Ralf Habacker
2019-03-03 01:07:58 UTC
For a related reqiew request see https://phabricator.kde.org/D19504 Git commit 2d8cba0507291991c2421963ff23fbba65604e43 by Ralf Habacker. Committed on 21/10/2019 at 19:12. Pushed by habacker into branch 'master'. Extend KHtmlView::print() to use a predefined QPrinter instance This is required to share printer settings inside an application. FIXED-IN:5.64.0 Test Plan: compile on linux Reviewed By: dfaure Differential Revision: https://phabricator.kde.org/D19504 M +7 -1 src/khtmlview.cpp M +10 -0 src/khtmlview.h https://commits.kde.org/khtml/2d8cba0507291991c2421963ff23fbba65604e43 |