| 39 | |
| 40 | |
| 41 | FlowScene:: |
| 42 | FlowScene(std::shared_ptr<DataModelRegistry> registry, |
| 43 | QObject * parent) |
| 44 | : QGraphicsScene(parent) |
| 45 | , _registry(std::move(registry)) |
| 46 | { |
| 47 | setItemIndexMethod(QGraphicsScene::NoIndex); |
| 48 | } |
| 49 | |
| 50 | FlowScene:: |
| 51 | FlowScene(QObject * parent) |
nothing calls this directly
no outgoing calls
no test coverage detected