aboutsummaryrefslogtreecommitdiff
path: root/lib/util.cpp
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-12 20:56:41 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-12 20:56:41 +0200
commitff171e91877048f132955abaa617a26c63632bdf (patch)
tree77c9e943e5c8b7e7cfd1867fdbb527e573d2416d /lib/util.cpp
parentc18a591b484db451eb084ec4f1f17057813800df (diff)
downloadlibquotient-ff171e91877048f132955abaa617a26c63632bdf.tar.gz
libquotient-ff171e91877048f132955abaa617a26c63632bdf.zip
connection.cpp: erase_if -> remove_if
erase_if is now also provided by Qt; doing pretty much the same thing, the Qt implementation only returns the number of removed entries instead of returning a collection of them, however. Worth admitting at this point that the function in connection.cpp has never had the semantics of STL's erase_if() and doesn't quite have the semantics of remove_if() either; but at least it's closer to remove_if().
Diffstat (limited to 'lib/util.cpp')
0 files changed, 0 insertions, 0 deletions