Now,I have two group values(the type of it are int),and each group has many values,for example,100000.
I put them in two QList seperately,now I want to know each value in QList A exists in QList B or not quickly?
How to do?
Could you tell me if there is other method,that is,QList not used?