| 32 | } |
| 33 | |
| 34 | void SoftwareVisualizer::update_() |
| 35 | { |
| 36 | software_name_->setText(temp_.getName().c_str()); |
| 37 | software_version_->setText(temp_.getVersion().c_str()); |
| 38 | } |
| 39 | |
| 40 | void SoftwareVisualizer::store() |
| 41 | { |
nothing calls this directly
no test coverage detected