| 300 | }; |
| 301 | |
| 302 | void SetAutoResize(bool autoResize) |
| 303 | { |
| 304 | settings.setValue(AUTO_RESIZE_WINDOW_HEIGHT, this->autoResize = autoResize); |
| 305 | DisplaySentence(); |
| 306 | }; |
| 307 | |
| 308 | void SetShowOriginal(bool showOriginal) |
| 309 | { |
nothing calls this directly
no outgoing calls
no test coverage detected