| 43 | } |
| 44 | |
| 45 | void ProductVisualizer::store() |
| 46 | { |
| 47 | ptr_->setMZ(product_mz_->text().toFloat()); |
| 48 | ptr_->setIsolationWindowLowerOffset(product_window_low_->text().toFloat()); |
| 49 | ptr_->setIsolationWindowUpperOffset(product_window_up_->text().toFloat()); |
| 50 | |
| 51 | temp_ = (*ptr_); |
| 52 | } |
| 53 | |
| 54 | void ProductVisualizer::undo_() |
| 55 | { |
nothing calls this directly
no test coverage detected