| 60 | } |
| 61 | |
| 62 | void DialogQuality::setWebPCompression(const int &value) |
| 63 | { |
| 64 | spinWebPCompression->setValue(value); |
| 65 | } |
| 66 | |
| 67 | void DialogQuality::setWebPQuality(const int &value) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected