| 513 | } |
| 514 | |
| 515 | void TOPPASVertex::inEdgeHasChanged() |
| 516 | { |
| 517 | // (overridden behavior in output and tool vertices) |
| 518 | qobject_cast<TOPPASScene*>(scene())->setChanged(true); |
| 519 | emit somethingHasChanged(); |
| 520 | } |
| 521 | |
| 522 | void TOPPASVertex::outEdgeHasChanged() |
| 523 | { |
nothing calls this directly
no test coverage detected