I am looking for equivalent of boost:tr_vector in Qt class hierarchy. If I am using QList<someclass> I don't see a way to use indexOf method with operator== overloaded in someclass.
I am looking for equivalent of boost:tr_vector in Qt class hierarchy. If I am using QList<someclass> I don't see a way to use indexOf method with operator== overloaded in someclass.
QPlace (20th June 2009)
Thank you for the quick reply. It was my bad, everything works as expected.
Bookmarks