| 264 | } |
| 265 | |
| 266 | void QmitkPropertyItemModel::OnPropertyListDeleted() |
| 267 | { |
| 268 | this->beginResetModel(); |
| 269 | this->CreateRootItem(); |
| 270 | this->endResetModel(); |
| 271 | } |
| 272 | |
| 273 | void QmitkPropertyItemModel::OnPropertyModified(const itk::Object *property, const itk::EventObject &) |
| 274 | { |
nothing calls this directly
no test coverage detected