Skip to content

Improve QML compatibility for CAP alert objects

Volker Krause requested to merge work/vkrause/cap-alert-types-qml-compat into master
  • Make types implicitly shared
  • Add properties for enum/flag properties too
  • Turn AlertInfo::Categories into a QFlag
  • Make properties read-only, those are only suppoed to be set by the parser
  • Disambiguate enum values, despite being class enums (QML can't handle that properly unfortunately)

Merge request reports