| 1169 | } |
| 1170 | |
| 1171 | void MainWindow::setUiColorMain(QColor value) { |
| 1172 | uiColorMain = value; |
| 1173 | setUiColors(); |
| 1174 | } |
| 1175 | |
| 1176 | QColor MainWindow::getUiColorText() { |
| 1177 | return uiColorText; |
nothing calls this directly
no outgoing calls
no test coverage detected