Skip to content

Draft: QtHelpDocumentation - Share a single StandardDocumentationView instance

David Redondo requested to merge davidre/kdevelop:reuse into master

For each documentation page a new StandardDocumentationView was constructed including a new QwebEngineView and related classes and the whole setup and initilization process was done again. It is much more efficient to just load() the new page.

Edited by David Redondo

Merge request reports