| 159 | } |
| 160 | |
| 161 | void HotTestWidget::increase_4() |
| 162 | { |
| 163 | this->ui->hotkeyCount_4->display(this->ui->hotkeyCount_4->intValue() + 1); |
| 164 | } |
| 165 | |
| 166 | void HotTestWidget::increase_5() |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected