It makes no sense to modify items in a set which is why both QSet and std::set do not permit it. You can use the non-const QMutableSetIterator or STL-iterator to erase() items as described in the friendly manual.
It makes no sense to modify items in a set which is why both QSet and std::set do not permit it. You can use the non-const QMutableSetIterator or STL-iterator to erase() items as described in the friendly manual.
Bookmarks