Replace find_if with none_of where appropriate.
authorHarald Eilertsen <haraldei@anduin.net>
Tue, 29 Sep 2020 17:23:06 +0000 (19:23 +0200)
committerHarald Eilertsen <haraldei@anduin.net>
Tue, 29 Sep 2020 17:32:39 +0000 (19:32 +0200)
commit7721da25e553d6a65600d0fa6fab1bee32d7d308
tree10b9a353c48046d515aa00f5edc6a1ff06e0ce78
parent061ef027ff89641bcdecf4bc559c38089b33a62b
Replace find_if with none_of where appropriate.

We're not interested in any found element in these cases, just to check
that none of the elements matches.

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
src/gui/accountmanager.cpp
src/gui/folder.cpp
src/gui/folderman.cpp