Qt 6.11 is out! See what's new in the release
blog
Output the most common character from a QStringList?
-
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!
-
S SOrton has marked this topic as solved on