| 360 | { |
| 361 | public: |
| 362 | PriorityComparator(QHash<AbstractCoordinatePlane *, LayoutGraphNode *> mapping) |
| 363 | : m_mapping(mapping) |
| 364 | { |
| 365 | } |
| 366 | bool operator()(AbstractCoordinatePlane *lhs, AbstractCoordinatePlane *rhs) const |
| 367 | { |
| 368 | const LayoutGraphNode *lhsNode = m_mapping[lhs]; |
nothing calls this directly
no outgoing calls
no test coverage detected