| 468 | } |
| 469 | |
| 470 | void XcaTreeView::changeView() |
| 471 | { |
| 472 | if (!basemodel) |
| 473 | return; |
| 474 | hide(); |
| 475 | basemodel->changeView(); |
| 476 | show(); |
| 477 | } |
| 478 | |
| 479 | void XcaTreeView::exportItems(const QModelIndexList &indexes, |
| 480 | const QString &filename, const pki_export *xport) |
nothing calls this directly
no outgoing calls
no test coverage detected