MCPcopy Create free account
hub / github.com/OpenBangla/OpenBangla-Keyboard / getLayoutPath

Method getLayoutPath

src/shared/Settings.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70QString Settings::getLayoutPath() {
71 setting->sync();
72 return setting->value("layout/path", AvroPhoneticLayoutPath()).toString();
73}
74
75void Settings::setEnterKeyClosesPrevWin(bool b) {
76 setting->setValue("settings/EnterKeyClosesPrevWin", b);

Callers 1

update_with_settingsFunction · 0.80

Calls 1

AvroPhoneticLayoutPathFunction · 0.85

Tested by

no test coverage detected