| 243 | } |
| 244 | |
| 245 | void MathOptions::UpdateFont() |
| 246 | { |
| 247 | QFont font = this->font(); |
| 248 | font.setPointSizeF(AppConfig::Instance().appOptions.fontSize); |
| 249 | ui::set_form_font(this, font); |
| 250 | } |
| 251 | |
| 252 | } // namespace dialogs |
| 253 | } // namespace pv |
nothing calls this directly
no test coverage detected