Skip to content

Make the docs state that KConfig::reparseConfiguration() calls sync() if needed

Ahmad Samir requested to merge work/ahmad/reparseconfig-docs into master

This matches the method actually does, and makes it clearer that you don't need to do config->sync() followed by config()->reparseConfiguration(), the latter should suffice.

@dfaure, @davidedmundson

Merge request reports