Output the most common character from a QStringList?
Solved
General and Desktop
-
Hi,
Basically, as title says i'm going to have a QStringList of characters for example:
(x,x,x,b,b,b,b,b,r,r,g,g)
Is there a simple function I can use to output 'b' (the most common value) from this list?
Thanks!
-