VSRonin / QtModelUtilities

A set of utilities for the model/view framework of Qt
Apache License 2.0
23 stars 5 forks source link

Avoid using QPersistentModelIndex as QHash key #45

Closed VSRonin closed 3 years ago

VSRonin commented 3 years ago

QPersistentModelIndex working as a key to an associative container is a hack that can break. Use a different storage solution