cfeck added inline comments. INLINE COMMENTS
> kacceleratormanagertest.cpp:35
> + const auto menuActions = menu.actions();
> + for (const QAction* action : menuActions) {
> if (action->isSeparator()) {
Please use KF5 coding style: `Type *var` instead of `Type* var` (also for `&`
references),
REPOSITORY
R236 KWidgetsAddons
REVISION DETAIL
https://phabricator.kde.org/D23597
To: kossebau, #frameworks, cfeck
Cc: dhaumann, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
