I am looking for equivalent of boost::ptr_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.
Printable View
I am looking for equivalent of boost::ptr_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.
Thank you for the quick reply. It was my bad, everything works as expected.