Skip to content
Commit 2c661b1c authored by Ismael Asensio's avatar Ismael Asensio
Browse files

KAbstractConfigModule: Allow updating arguments on a running module

Previously, arguments were only passed to the module in the
constructor, which limited subsequent calls on an module which
was already running.

This adds a new `activationRequested()` signal with the `args`
parameter to make updating arguments possible. The KCM will
connect to this signal if it needs to process then, for instance
to move to a specific page or item.
parent 97abb902
Pipeline #437929 passed with stage
in 3 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment