| 162 | } |
| 163 | |
| 164 | void TOPPASInputFileListVertex::outEdgeHasChanged() |
| 165 | { |
| 166 | reset(); |
| 167 | qobject_cast<TOPPASScene*>(scene())->updateEdgeColors(); |
| 168 | TOPPASVertex::outEdgeHasChanged(); |
| 169 | } |
| 170 | |
| 171 | } |
nothing calls this directly
no test coverage detected