core: Replace QList by std::vector in the storage API
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 30 Aug 2019 19:36:09 +0000 (21:36 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 30 Aug 2019 22:34:29 +0000 (00:34 +0200)
QList is inefficient and deprecated; also Qt containers have
issues with ranged-for and STL algorithms. Use std::vector instead in
the storage API and fix affected code.

Modernize some affected bits by replacing weird loops with STL
algorithms.


No differences found