Add KPropertySkeletonItem
ClosedPublic

Authored by ervin on Nov 8 2019, 11:53 AM.

Details

Summary

This new item allows to use a QObject property as a source for a
setting. This is especially convenient for using with KCMs present in
systemsettings which tend to store information outside of KConfig (for
interfacing deeper with the system).

Diff Detail

Repository
R237 KConfig
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin created this revision.Nov 8 2019, 11:53 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 8 2019, 11:53 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
ervin requested review of this revision.Nov 8 2019, 11:53 AM
ervin updated this revision to Diff 69442.Nov 8 2019, 1:37 PM

Fix member variable naming convention

ervin updated this revision to Diff 69628.Nov 12 2019, 10:41 AM

Avoid potential ownership problem on the propertyName

davidedmundson accepted this revision.Nov 12 2019, 11:30 AM
This revision is now accepted and ready to land.Nov 12 2019, 11:30 AM
This revision was automatically updated to reflect the committed changes.