| 1178 | } |
| 1179 | |
| 1180 | void MainWindow::setUiColorText(QColor value) { |
| 1181 | uiColorText = value; |
| 1182 | setUiColors(); |
| 1183 | } |
| 1184 | |
| 1185 | QColor MainWindow::getUiColorGraphicsView() { |
| 1186 | return uiColorGraphicsView; |
nothing calls this directly
no outgoing calls
no test coverage detected