| 106 | } |
| 107 | |
| 108 | HotTestWidget::~HotTestWidget() |
| 109 | { |
| 110 | this->thread4->quit(); |
| 111 | this->thread4->wait(); |
| 112 | this->thread5->quit(); |
| 113 | this->thread5->wait(); |
| 114 | |
| 115 | delete this->hotkey_4; |
| 116 | delete this->hotkey_5; |
| 117 | |
| 118 | delete ui; |
| 119 | } |
| 120 | |
| 121 | void HotTestWidget::setShortcut_1(const QKeySequence &sequence) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected