From fac8dbbc196736c32f61c16cd17f67d98144b4c7 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 23 Jul 2021 22:09:00 -0700 Subject: [PATCH] nodegraph: use qhash instead of qmap Qt says this is better --- app/node/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node/graph.h b/app/node/graph.h index dbdfb990b..8935db662 100644 --- a/app/node/graph.h +++ b/app/node/graph.h @@ -96,7 +96,7 @@ public: qreal GetNodeContextHeight(Node *context); - using PositionMap = QMap; + using PositionMap = QHash; const PositionMap &GetNodesForContext(Node *context) {