MCPcopy 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
72void ClientManager::showPinDialog(QString name, int pin)
73{
74 pinForm.setPin(name, pin);
75 pinForm.startCountdown();
76}
77
78void ClientManager::start()
79{

Callers

nothing calls this directly

Calls 2

setPinMethod · 0.80
startCountdownMethod · 0.80

Tested by

no test coverage detected