| 717 | } |
| 718 | |
| 719 | void ProcessBehaviorChart::recalc() { |
| 720 | D(ProcessBehaviorChart); |
| 721 | d->recalc(); |
| 722 | } |
| 723 | |
| 724 | void ProcessBehaviorChart::dataColumnAboutToBeRemoved(const AbstractAspect* aspect) { |
| 725 | Q_D(ProcessBehaviorChart); |
no test coverage detected