Skip to content

Put ErrorCode enum in separate namespace

Alexander Lohnau requested to merge work/alex/enum_namespace into master

Otherwise, the Q_ENUM registration is part of the KNSCore namespace. This can load unwanted values into the QML registration of the static meta object.

Merge request reports