modernize: Use ranged-for loops in some obvious cases
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 9 Sep 2018 22:11:38 +0000 (00:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commit714b39660fe19e7f092880019429c8da76ee2bd5
tree98e4cd52595ea46e56d23c08e5a8f1b90efdd3de
parentd89f4d9cdbc167112e64fca1931e81bc27d17319
modernize: Use ranged-for loops in some obvious cases

Some old-style loops can be automatically converted by clang-tidy
to use ranged-for.
src/common/util.cpp
src/core/corenetwork.cpp
src/core/coresessioneventprocessor.cpp
src/qtui/statusnotifieritemdbus.cpp