| 23 | |
| 24 | public: |
| 25 | KeyTreeView(QWidget *parent) : XcaTreeView(parent) |
| 26 | { |
| 27 | ClipboardSettings = "KeyFormat"; |
| 28 | ClipboardPki_type = asym_key; |
| 29 | } |
| 30 | void fillContextMenu(QMenu *menu, QMenu *subExport, |
| 31 | const QModelIndex &index, QModelIndexList indexes); |
| 32 | void showPki(pki_base *pki); |
nothing calls this directly
no outgoing calls
no test coverage detected