Skip to content

Fix minValue/maxValue for KConfigCompilerSignallingItem

Nicolas Fella requested to merge work/minmax into master

KConfigCompilerSignallingItem doesn't implement minValue/maxValue so the empty impl from the base class is used

We need to forward the calls to the inner item to have it work properly

Merge request reports