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

Method changeView

widgets/XcaTreeView.cpp:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected