Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void LoginDialog::okButtonPressed() {
68
okPressed = true;
69
close();
70
}
71
72
void LoginDialog::cancelButtonPressed() {
73
okPressed = false;
Callers
1
insertLinkButtonPressed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected