| 44 | } |
| 45 | |
| 46 | QString SettingsForm::GetOperatingSystem() { |
| 47 | return QString::fromUtf8(AppInfo::GetOperatingSystem()); |
| 48 | } |
| 49 | |
| 50 | void SettingsForm::Show(QObject *viewLoader) { |
| 51 | m_EditSettings = AppSettingsModel(AppSettings::Get()); |
nothing calls this directly
no outgoing calls
no test coverage detected