MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / GetOperatingSystem

Method GetOperatingSystem

desktop/src/ui/SettingsForm.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46QString SettingsForm::GetOperatingSystem() {
47 return QString::fromUtf8(AppInfo::GetOperatingSystem());
48}
49
50void SettingsForm::Show(QObject *viewLoader) {
51 m_EditSettings = AppSettingsModel(AppSettings::Get());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected