| 1845 | } |
| 1846 | |
| 1847 | void Context::setUserFilesPath(const String & path) |
| 1848 | { |
| 1849 | std::lock_guard lock(shared->mutex); |
| 1850 | shared->user_files_path = path; |
| 1851 | } |
| 1852 | |
| 1853 | void Context::setDictionariesLibPath(const String & path) |
| 1854 | { |
no outgoing calls
no test coverage detected