| 337 | } |
| 338 | |
| 339 | void IniSettings::setResolutionChecked(bool state) |
| 340 | { |
| 341 | settings->setValue("Options/Resolution checked", state); |
| 342 | } |
| 343 | |
| 344 | void IniSettings::setImageDirChecked(bool state) |
| 345 | { |
nothing calls this directly
no outgoing calls
no test coverage detected