D17620: Make setHelp() public

Yuri Chornoivan noreply at phabricator.kde.org
Sun Dec 16 12:23:33 GMT 2018


yurchor created this revision.
yurchor added a reviewer: Frameworks.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
yurchor requested review of this revision.

REVISION SUMMARY
  Sometimes it is useful to connect configuration dialogs directly with the corresponding section in the manual (KmPlot, KAnagram). It was easy before KF 5:
  
    m_settingsDialog->setHelp("configuration", QLatin1String("kmplot"));
  
  but now setHelp is protected and this is an untrivial task.

TEST PLAN
  The code just moved to public slots, should work as expected.

REPOSITORY
  R265 KConfigWidgets

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

AFFECTED FILES
  src/kconfigdialog.h

To: yurchor, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181216/bb8e61d9/attachment.html>


More information about the Kde-frameworks-devel mailing list