MCPcopy Create free account
hub / github.com/Skycoder42/QHotkey / increase_1

Method increase_1

HotkeyTest/hottestwidget.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void HotTestWidget::increase_1()
147{
148 this->ui->hotkeyCount_1->display(this->ui->hotkeyCount_1->intValue() + 1);
149}
150
151void HotTestWidget::increase_2()
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected