| 34 | } |
| 35 | |
| 36 | SettingsDialog::~SettingsDialog() { |
| 37 | delete autoCorrectDialog; |
| 38 | delete ui; |
| 39 | } |
| 40 | |
| 41 | void SettingsDialog::implementSignals() { |
| 42 | // Phonetic Keyboard Layout Group. |
nothing calls this directly
no outgoing calls
no test coverage detected