_withValueIn()
, where he is feeding in a collection with a lot of duplicates, and is winding up with an enormous, unmanageable number of duplicates. I think the behavior is technically correct, but he doesn't have a way to produce workable results._deduplicate
function, which takes a QList and returns a proper QSet, removing all duplicates along the way.