| 38 | } |
| 39 | |
| 40 | QmitkPropertiesTableModel::~QmitkPropertiesTableModel() |
| 41 | { |
| 42 | // remove all event listeners by setting the property list to 0 |
| 43 | this->SetPropertyList(nullptr); |
| 44 | } |
| 45 | |
| 46 | //# PUBLIC GETTER |
| 47 | mitk::PropertyList::Pointer QmitkPropertiesTableModel::GetPropertyList() const |
nothing calls this directly
no test coverage detected