Open Audacious-Bot opened 6 months ago
Author Name: Ariadne Conill Original Redmine Issue: https://redmine.audacious-media-player.org/issues/908 Original Date: 2019-10-26
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.
Original Redmine Comment Author Name: John Lindgren Original Date: 2019-10-26T14:21:23Z
QtXml itself seems to be deprecated in favor of QXmlStreamReader: https://doc.qt.io/qt-5/qxmlstreamreader.html
Author Name: Ariadne Conill Original Redmine Issue: https://redmine.audacious-media-player.org/issues/908 Original Date: 2019-10-26
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.