| 1619 | } |
| 1620 | |
| 1621 | void QmitkMultiLabelInspector::OnUnlockAffectedLabels() |
| 1622 | { |
| 1623 | this->SetLockOfAffectedLabels(false); |
| 1624 | } |
| 1625 | |
| 1626 | void QmitkMultiLabelInspector::OnLockAffectedLabels() |
| 1627 | { |
nothing calls this directly
no test coverage detected