Skip to content

Resolve "(core): replace ConfigurationElement in all services configuration"

Description

All occurrences of ConfigurationElement in services configurations were replaced by boost::property::ptree.

Closes #902 (closed)

Breaking changes

SSlotCaller and SBooleanSlotCaller were removed, just to save a few minutes of porting their configuration function. If this is blocking the merge, I can bring them back.

How to test it?

GUI tests should cover most issues, but some manual testing of apps would not hurt.

Edited by Flavien BRIDAULT

Merge request reports