| 164 | } |
| 165 | |
| 166 | void HotTestWidget::increase_5() |
| 167 | { |
| 168 | this->ui->hotkeyCount_5->display(this->ui->hotkeyCount_5->intValue() + 1); |
| 169 | } |
| 170 | |
| 171 | void HotTestWidget::on_resetButton_1_clicked() |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected