| 144 | } |
| 145 | |
| 146 | void HotTestWidget::increase_1() |
| 147 | { |
| 148 | this->ui->hotkeyCount_1->display(this->ui->hotkeyCount_1->intValue() + 1); |
| 149 | } |
| 150 | |
| 151 | void HotTestWidget::increase_2() |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected