Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 362 Bytes

README-mutable-container-key.md

File metadata and controls

5 lines (4 loc) · 362 Bytes

mutable-container-key

Looks for QMap or QHash having key types which can be modified due to external factors. The key's value should never change, as it's needed for sorting or hashing, but with some types, such as non-owning smart pointers it might happen. The supported key types are: QPointer, QWeakPointer, weak_ptr and QPersistentModelIndex.