| 1098 | } |
| 1099 | |
| 1100 | void MainWindow::decreaseWindowHeight() |
| 1101 | { |
| 1102 | if (Settings::height() >= 20) |
| 1103 | setWindowHeight(Settings::height() - 10); |
| 1104 | } |
| 1105 | |
| 1106 | void MainWindow::updateMask() |
| 1107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected