| 196 | } |
| 197 | |
| 198 | void OSDSettingsWidget::loadOsdFontPathSetting() |
| 199 | { |
| 200 | m_ui.osdFontPath->setText(QDir::toNativeSeparators(getEffectiveOsdFontPathForDisplay(dialog()))); |
| 201 | } |
| 202 | |
| 203 | void OSDSettingsWidget::saveOsdFontPathSetting(const QString& path) |
| 204 | { |
nothing calls this directly
no test coverage detected