Lets you specify Notifiers= in .kcfg for config entries that should be written with Notify flag, i.e. announce the change to KConfigWatcher
Details
Details
- Reviewers
dfaure davidedmundson - Group Reviewers
Frameworks - Commits
- R237:5d2ed13479a4: Add Notify capability to KConfigXT
- Generated a kconfigxt with Notifiers=true, called a setter, had it notify others on dbus. New notification settings stuff heavily relies on it and works beautifully.
Diff Detail
Diff Detail
- Repository
- R237 KConfig
- Lint
Lint Skipped - Unit
Unit Tests Skipped
src/core/kcoreconfigskeleton.h | ||
---|---|---|
217 ↗ | (On Diff #55257) | Can you move the new flag into KConfigSkeletonItem which is d-pointered and expose write flags with a protected accessor? |