Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ showPinDialog
Method
showPinDialog
gui/clientmanager.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void ClientManager::showPinDialog(QString name, int pin)
73
{
74
pinForm.setPin(name, pin);
75
pinForm.startCountdown();
76
}
77
78
void ClientManager::start()
79
{
Callers
nothing calls this directly
Calls
2
setPin
Method · 0.80
startCountdown
Method · 0.80
Tested by
no test coverage detected