| 216 | } |
| 217 | |
| 218 | void QmitkDataStorageComboBox::SetAutoSelectNewItems(bool autoSelectNewItems) |
| 219 | { |
| 220 | m_AutoSelectNewNodes = autoSelectNewItems; |
| 221 | } |
| 222 | |
| 223 | void QmitkDataStorageComboBox::OnPropertyListChanged(const itk::Object *caller, const itk::EventObject &event) |
| 224 | { |
no outgoing calls
no test coverage detected