Skip to content

Fix entitytreemodeltest

Daniel Vrátil requested to merge work/dvratil/fix-entitytreemodeltest into master

Somewhere in the stack, the code depends on (random) order of entities in a QHash or a QSet. Forcing a deterministic ordering and adapting the test to the new order fixes it.

Merge request reports