| 262 | } |
| 263 | |
| 264 | void QmitkAbstractNodeSelectionWidget::SetDataStorageDeleted() |
| 265 | { |
| 266 | this->OnDataStorageChanged(); |
| 267 | this->HandleChangeOfInternalSelection({}); |
| 268 | } |
| 269 | |
| 270 | void QmitkAbstractNodeSelectionWidget::ReviseSelectionChanged(const NodeList& /*oldInternalSelection*/, NodeList& /*newInternalSelection*/) |
| 271 | { |
nothing calls this directly
no test coverage detected