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

Method okButtonPressed

dialog/logindialog.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67void LoginDialog::okButtonPressed() {
68 okPressed = true;
69 close();
70}
71
72void LoginDialog::cancelButtonPressed() {
73 okPressed = false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected