| 1086 | } |
| 1087 | |
| 1088 | void MainWindow::decreaseWindowWidth() |
| 1089 | { |
| 1090 | if (Settings::width() >= 20) |
| 1091 | setWindowWidth(Settings::width() - 10); |
| 1092 | } |
| 1093 | |
| 1094 | void MainWindow::increaseWindowHeight() |
| 1095 | { |
nothing calls this directly
no outgoing calls
no test coverage detected