| 259 | } |
| 260 | |
| 261 | void QmitkPropertyItemModel::OnPropertyListModified() |
| 262 | { |
| 263 | this->SetNewPropertyList(m_PropertyList.Lock()); |
| 264 | } |
| 265 | |
| 266 | void QmitkPropertyItemModel::OnPropertyListDeleted() |
| 267 | { |
nothing calls this directly
no test coverage detected