diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-12 20:56:41 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-12 20:56:41 +0200 |
commit | ff171e91877048f132955abaa617a26c63632bdf (patch) | |
tree | 77c9e943e5c8b7e7cfd1867fdbb527e573d2416d /lib/ssosession.cpp | |
parent | c18a591b484db451eb084ec4f1f17057813800df (diff) | |
download | libquotient-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/ssosession.cpp')
0 files changed, 0 insertions, 0 deletions