Feature #908
Use QtXml instead of libxml2
Status:
New
Priority:
Minor
Assignee:
-
Category:
-
Target version:
-
Start date:
October 26, 2019
Due date:
% Done:
0%
Estimated time:
Affects version:
Description
Once we drop GTK support, it would be nice to drop libxml2 dependency altogether by rewriting the code that uses it to use QtXml instead. This removes a dependency and QtXml has a nicer API.
History
#1 Updated by John Lindgren about 5 years ago
QtXml itself seems to be deprecated in favor of QXmlStreamReader:
https://doc.qt.io/qt-5/qxmlstreamreader.html