| 365 | } |
| 366 | |
| 367 | void QmitkDataStorageComboBox::Init() |
| 368 | { |
| 369 | connect(this, SIGNAL(currentIndexChanged(int)), this, SLOT(OnCurrentIndexChanged(int))); |
| 370 | } |
| 371 | |
| 372 | void QmitkDataStorageComboBox::Reset() |
| 373 | { |
no outgoing calls
no test coverage detected