D23512: Avoid overloading KCModule::changed

David Edmundson noreply at phabricator.kde.org
Tue Aug 27 21:38:43 BST 2019


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 becomes messy, especially as
  this method is called from KCMs a lot.
  
  This patch introduces a new name for the slot, with the
  intention of dropping the old one in KF6

REPOSITORY
  R265 KConfigWidgets

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23512

AFFECTED FILES
  src/kcmodule.cpp
  src/kcmodule.h

To: davidedmundson
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190827/38ee8275/attachment.html>


More information about the Kde-frameworks-devel mailing list