D23512: Avoid overloading KCModule::changed

2019-10-11 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R265:aa136dbab4ae: Avoid overloading KCModule::changed (authored by davidedmundson). REPOSITORY R265 KConfigWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23512?vs=66716&id=67721 REVIS

D23512: Avoid overloading KCModule::changed

2019-10-01 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R265 KConfigWidgets BRANCH master REVISION DETAIL https://phabricator.kde.org/D23512 To: davidedmundson, apol Cc: apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23512: Avoid overloading KCModule::changed

2019-09-23 Thread David Edmundson
davidedmundson updated this revision to Diff 66716. davidedmundson added a comment. add KCONFIGWIDGETS_DEPRECATED REPOSITORY R265 KConfigWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23512?vs=64773&id=66716 BRANCH master REVISION DETAIL https://phabricator.kde.org/D

D23512: Avoid overloading KCModule::changed

2019-08-27 Thread Aleix Pol Gonzalez
apol added a comment. +1 INLINE COMMENTS > kcmodule.h:382 > */ > void changed(); > Use KCONFIGWIDGETS_DEPRECATED? REPOSITORY R265 KConfigWidgets REVISION DETAIL https://phabricator.kde.org/D23512 To: davidedmundson Cc: apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh

D23512: Avoid overloading KCModule::changed

2019-08-27 Thread David Edmundson
davidedmundson created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision. REVISION SUMMARY KCModule contains a signal and a protected slot with the same name. With the new connect syntax this bec