Hi guys
I'm using qSort () to sort a QList<int> list.
Now I will hardcode it to remove any duplicate int's from QList.
Unless that there is some "magical" Qt function that I don't know about that does that for me

Thanks