Mentions légales du service

Skip to content

Improve handling of SVG files

Created by: cor3ntin

In quite a few places, we use QSvg to render icons. While this fine, it does introduce a hard dependency on QSvg. It would be possible to use QIcon instead, that would link to QSvg at runtime, removing that dependency

I think it's a better pattern that having modules such as asebaaboutqt be conditionally compiled.