Skip to content

Remove QDomDocument from davPropFind/davPropPatch

Volker Krause requested to merge work/remove-qdomdocument-from-api-part1 into master

Deprecate the QDomDocument variants, and replaces them with ones taking a QString (which is what is converted to internally immediately anyway).

This solves half of the problem of forcing a specific XML parser in the public API, DavJob::response() remains to be done.

Application usage for this is minimal fortunately, mostly kdepim-runtime.

Merge request reports