Skip to content

Have QSystemTrayIcon as member instead of inheriting

Nicolas Fella requested to merge work/nico/tray into master

Favor composition over inheritence

Not only is this cleaner, it also fixes the build with Qt 6.8

Merge request reports