| 189 | } |
| 190 | |
| 191 | void KeyTreeView::load(void) |
| 192 | { |
| 193 | load_key l; |
| 194 | load_default(&l); |
| 195 | } |
| 196 | |
| 197 | ExportDialog *KeyTreeView::exportDialog(const QModelIndexList &indexes) |
| 198 | { |
nothing calls this directly
no outgoing calls
no test coverage detected