| 154 | } |
| 155 | |
| 156 | void HotTestWidget::increase_3() |
| 157 | { |
| 158 | this->ui->hotkeyCount_3->display(this->ui->hotkeyCount_3->intValue() + 1); |
| 159 | } |
| 160 | |
| 161 | void HotTestWidget::increase_4() |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected