| 68 | } |
| 69 | |
| 70 | void 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 | |
| 81 | void KeyTreeView::changePin() |
| 82 | { |
nothing calls this directly
no test coverage detected