| 1160 | } |
| 1161 | |
| 1162 | void MainWindow::setUseCustomUiColors(bool value) { |
| 1163 | useCustomUiColors = value; |
| 1164 | setUiColors(); |
| 1165 | } |
| 1166 | |
| 1167 | QColor MainWindow::getUiColorMain() { |
| 1168 | return uiColorMain; |
nothing calls this directly
no outgoing calls
no test coverage detected