Hi,
I have such a list;
Qt Code:
QList<QPointer<Contact>> myList;To copy to clipboard, switch view to plain text mode
I populated this list and it seems ok. But When I want to remove a contact like;
Qt Code:
bool success = _participantList.removeOne(contact);To copy to clipboard, switch view to plain text mode
it doesn't remove it. And it's size remains the same.
Any ideas?
Bookmarks