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