MCPcopy Create free account
hub / github.com/Skycoder42/QHotkey / ~HotTestWidget

Method ~HotTestWidget

HotkeyTest/hottestwidget.cpp:108–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108HotTestWidget::~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
121void HotTestWidget::setShortcut_1(const QKeySequence &sequence)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected