Skip to content

Fix type of ThemeInfo::type

Volker Krause requested to merge work/vkrause/qt6-port into master

This is assigned an enum value of ThemeListModel::ColorType, which by pure chance actually compiles with Qt 5. Qt 6 correctly rejects that though.

This is the minimally invasive fix, that entire member and associated model role looks unused.

Merge request reports