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