| 569 | } |
| 570 | |
| 571 | void QmitkDataStorageTreeModel::SetDataStorageDeleted() |
| 572 | { |
| 573 | this->SetDataStorage(nullptr); |
| 574 | } |
| 575 | |
| 576 | void QmitkDataStorageTreeModel::AddNodeInternal(const mitk::DataNode *node) |
| 577 | { |
nothing calls this directly
no test coverage detected