| 140 | } |
| 141 | |
| 142 | void DUFilelight::decreaseContrast() |
| 143 | { |
| 144 | if ((Filelight::Config::contrast -= 10) > 100) |
| 145 | Filelight::Config::contrast = 0; |
| 146 | |
| 147 | Filelight::Config::write(); |
| 148 | slotRefresh(); |
| 149 | } |
| 150 | |
| 151 | void DUFilelight::changeAntiAlias() |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected