D26198: Deprecate KCModuleContainer

2019-12-30 Thread Nicolas Fella
This revision was automatically updated to reflect the committed changes. Closed by commit R295:34686047d57c: Deprecate KCModuleContainer (authored by nicolasfella). REPOSITORY R295 KCMUtils CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26198?vs=72121&id=72410 REVISION DE

D26198: Deprecate KCModuleContainer

2019-12-24 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R295 KCMUtils BRANCH container REVISION DETAIL https://phabricator.kde.org/D26198 To: nicolasfella, #frameworks, apol Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26198: Deprecate KCModuleContainer

2019-12-23 Thread Nicolas Fella
nicolasfella created this revision. nicolasfella added a reviewer: Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. nicolasfella requested review of this revision. REVISION SUMMARY Part of T12153 . There are

KCModuleContainer

2017-10-11 Thread Martin Koller
Hi, I'm trying to use KCModuleContainer to show 3 kcm modules, however this class constantly crashes when switching tabs. checking the sourcecode, I see the reason: void KCModuleContainer::tabSwitched(int index) ... setAboutData(mod->aboutData()); but since the base class KCModul