This is required to share printer settings inside an application.
BUG:405011
This is required to share printer settings inside an application.
BUG:405011
compile on linux
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
src/khtmlview.cpp | ||
---|---|---|
3140 | Why don't you pass a reference to the QPrinter object here? |
src/khtmlview.cpp | ||
---|---|---|
3140 | Because api dealing with QPrinter always use a pointer. void QWebView::print(QPrinter *) |
The code is fine, the bigger question here is if we want new features in khtml that is part of the "portingAids" part of frameworks.
src/khtmlview.h | ||
---|---|---|
216 | Needs a @since marker. |
The patch was added to build the stable version of KMyMoney
for Windows to fix an issue not been able to have common
printer settings. Since KHTML is the successor of kdelilbs,
it has been ported to KF5.