D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Benjamin Port
This revision was automatically updated to reflect the committed changes. Closed by commit R237:059a4feee45b: Add setNotifyFunction to KPropertySkeletonItem (authored by bport). REPOSITORY R237 KConfig CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27342?vs=75540&id=75542 REVISION D

D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Kevin Ottens
ervin accepted this revision. This revision is now accepted and ready to land. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D27342 To: bport, ervin, meven, crossi Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns

D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Benjamin Port
bport marked 2 inline comments as done. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D27342 To: bport, ervin, meven, crossi Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns

D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Benjamin Port
bport updated this revision to Diff 75540. bport added a comment. Fix doc REPOSITORY R237 KConfig CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27342?vs=75535&id=75540 REVISION DETAIL https://phabricator.kde.org/D27342 AFFECTED FILES src/core/kcoreconfigskeleton.cpp src/c

D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Kevin Ottens
ervin requested changes to this revision. ervin added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > kcoreconfigskeleton.h:297 > void swapDefault() override; > +/** > + * Set a function called when property change Add an empty line before > kcorec

D27342: Add setNotifyFunction to KPropertySkeletonItem

2020-02-12 Thread Benjamin Port
bport created this revision. bport added reviewers: ervin, meven, crossi. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. bport requested review of this revision. REVISION SUMMARY This function will be called when the property value change REPOSITORY R237