MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / cancelButtonPressed

Method cancelButtonPressed

dialog/locationdialog.cpp:81–84  ·  view source on GitHub ↗

The CANCEL button was pressed

Source from the content-addressed store, hash-verified

79
80// The CANCEL button was pressed
81void LocationDialog::cancelButtonPressed() {
82 wasOkPressed = false;
83 close();
84}
85
86
87bool LocationDialog::okPressed() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected