Nicolas PARLANT e23492ce36
media-sound/cantata: fix ODR violations
fix multiple ODR violations with cddb or udisks enabled.
Move enums into class scope in headers.

> online/podcastsearchdialog.cpp:67:6:
> error: type ‘Roles’ violates the C++ One Definition Rule
> devices/albumdetailsdialog.cpp:311:6:
> note: an enum with different value name is defined in another translation unit
> gui/initialsettingswizard.cpp:44:6:
> error: type ‘Pages’ violates the C++ One Definition Rule
> devices/actiondialog.cpp:68:6:
> note: an enum with different value name is defined in another translation unit

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/42541
Closes: https://github.com/gentoo/gentoo/pull/42541
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-12 12:08:42 +01:00
..