| 394 | } |
| 395 | |
| 396 | void Calibration::UpdateFont() |
| 397 | { |
| 398 | QFont font = this->font(); |
| 399 | font.setPointSizeF(AppConfig::Instance().appOptions.fontSize); |
| 400 | ui::set_form_font(this, font); |
| 401 | } |
| 402 | |
| 403 | } // namespace dialogs |
| 404 | } // namespace pv |
nothing calls this directly
no test coverage detected