| 582 | } |
| 583 | |
| 584 | struct Inflection |
| 585 | { |
| 586 | QString root; |
| 587 | QRegularExpression inflectsTo; |
| 588 | QString name; |
| 589 | }; |
| 590 | std::vector<Inflection> inflections; |
| 591 | |
| 592 | std::filesystem::file_time_type dictionaryFileLastWrite; |
nothing calls this directly
no outgoing calls
no test coverage detected