MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / nullifyDialogPointer

Method nullifyDialogPointer

src/gui/buttoneditdialog.cpp:513–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void ButtonEditDialog::nullifyDialogPointer()
514{
515 if (currentQuickDialog != nullptr)
516 {
517 lastJoyButton = currentQuickDialog->getLastPressedButton();
518 currentQuickDialog = nullptr;
519 emit buttonDialogClosed();
520 }
521
522 refreshForLastBtn();
523}
524
525void ButtonEditDialog::refreshForLastBtn()
526{

Callers

nothing calls this directly

Calls 1

getLastPressedButtonMethod · 0.80

Tested by

no test coverage detected