Skip to content

Add KConfig prefix to ConversionCheck, install header as _p.h only

Currently ConversionCheck & conversioncheck.h are injected without namespacing into the includes game for everything that links KConfigCore, as well as the namespace ConversionCheck into the C++ name game for everything that includes the kconfigroup header.

The header seems not intended to be included directly, so the generated CamelCase header was not really needed.

An alternative to the header rename might be to just inline its content into kconfiggroup.h. Might make maintaining the list a tad harder, but then this has not seen changes in a time, and the few time this is edited people should be okay to do this inline, and we avoid the extra complexity with the separate header?

Merge request reports