Skip to content

QML plugin: use KPeople namespace meta object, instead of duplicating

Curious is having two namespace meta object instances (once in libKF6People, once in KF6PeopleDeclarative module linking the first) actually is also a problem, could there be conflicts e.g. when comparing pointers somewhere?

An other place in KDE have solved it also by exporting the meta object instead, see https://invent.kde.org/frameworks/prison/-/blob/master/src/scanner/format.h#L25

Merge request reports