| 20 | { |
| 21 | |
| 22 | inline |
| 23 | bool |
| 24 | operator<(QtNodes::NodeDataType const & d1, |
| 25 | QtNodes::NodeDataType const & d2) |
| 26 | { |
| 27 | return d1.id < d2.id; |
| 28 | } |
| 29 | |
| 30 | |
| 31 | /// Class uses map for storing models (name, model) |
nothing calls this directly
no outgoing calls
no test coverage detected