| 254 | } |
| 255 | |
| 256 | void TOPPASOutputFileListVertex::inEdgeHasChanged() |
| 257 | { |
| 258 | reset(true); |
| 259 | qobject_cast<TOPPASScene*>(scene())->updateEdgeColors(); |
| 260 | TOPPASVertex::inEdgeHasChanged(); |
| 261 | } |
| 262 | |
| 263 | void TOPPASOutputFileListVertex::openContainingFolder() const |
| 264 | { |
nothing calls this directly
no test coverage detected