Skip to content

Parse actions last when creating a service

Nicolas Fella requested to merge work/nico/action-prop into master

parseActions creates the KServiceAction objects, which get passed a clone of the service.

By the time the clone happens the service should be fully parsed, otherwise the clone will be incomplete.

Delay the parsing of the actions to the end to make sure everything else is parsed

Merge request reports