MCPcopy Create free account
hub / github.com/chris2511/xca / resetOwnPass

Method resetOwnPass

widgets/KeyTreeView.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void KeyTreeView::resetOwnPass()
71{
72 if (!basemodel)
73 return;
74 try {
75 keys()->setOwnPass(currentIndex(), pki_key::ptCommon);
76 } catch (errorEx &err) {
77 XCA_ERROR(err);
78 }
79}
80
81void KeyTreeView::changePin()
82{

Callers

nothing calls this directly

Calls 1

setOwnPassMethod · 0.45

Tested by

no test coverage detected