D23597: Bulk port away from foreach
Christoph Feck
noreply at phabricator.kde.org
Sun Sep 1 02:58:27 BST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190901/ee6c37b2/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list