| 190 | |
| 191 | |
| 192 | void |
| 193 | FlowScene:: |
| 194 | deleteConnection(Connection& connection) |
| 195 | { |
| 196 | connection.removeFromNodes(); |
| 197 | _connections.erase(connection.id()); |
| 198 | connectionDeleted(connection); |
| 199 | } |
| 200 | |
| 201 | |
| 202 | Node& |
nothing calls this directly
no outgoing calls
no test coverage detected