| 132 | } |
| 133 | |
| 134 | void QmitkRenderWindowContextDataStorageInspector::OnReinit() |
| 135 | { |
| 136 | auto nodes = this->GetSelectedNodes(); |
| 137 | emit ReinitAction(nodes); |
| 138 | } |
| 139 | |
| 140 | void QmitkRenderWindowContextDataStorageInspector::OnReset() |
| 141 | { |
nothing calls this directly
no test coverage detected