| 149 | } |
| 150 | |
| 151 | void HotTestWidget::increase_2() |
| 152 | { |
| 153 | this->ui->hotkeyCount_2->display(this->ui->hotkeyCount_2->intValue() + 1); |
| 154 | } |
| 155 | |
| 156 | void HotTestWidget::increase_3() |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected