| 38 | } |
| 39 | |
| 40 | void SoftwareVisualizer::store() |
| 41 | { |
| 42 | ptr_->setName(software_name_->text()); |
| 43 | ptr_->setVersion(software_version_->text()); |
| 44 | |
| 45 | temp_ = (*ptr_); |
| 46 | } |
| 47 | |
| 48 | void SoftwareVisualizer::undo_() |
| 49 | { |
nothing calls this directly
no test coverage detected