| 1426 | } |
| 1427 | |
| 1428 | String Context::getUserFilesPath() const |
| 1429 | { |
| 1430 | SharedLockGuard lock(shared->mutex); |
| 1431 | return shared->user_files_path; |
| 1432 | } |
| 1433 | |
| 1434 | String Context::getDictionariesLibPath() const |
| 1435 | { |
no outgoing calls
no test coverage detected