Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AggregatedPropertyModel: Fix wrong insertion
Broke while porting to std::unordered_map from QHash. QHash::insert() assigns or inserts while std::unordered_map only inserts. Fixes #870 Fixes #834
- Loading branch information