sars created this revision. sars added reviewers: Frameworks, mlaurent. Restricted Application added a project: Frameworks. sars requested review of this revision.
REVISION SUMMARY The conversion to new style connect introduced a bug. The old connect properly used the base class signal while the new connect connects to the derived signal which actually should be emitted as a result of the base class signal. TEST PLAN Kate can now open/close the tool views when clicking on the sidebar buttons. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D9884 AFFECTED FILES src/kmultitabbar.cpp To: sars, #frameworks, mlaurent