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

Method exportDialog

widgets/CrlTreeView.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66ExportDialog *CrlTreeView::exportDialog(const QModelIndexList &indexes)
67{
68 return new ExportDialog(this,
69 tr("Revocation list export"),
70 tr("CRL ( *.pem *.der *.crl )") + ";;" +
71 tr("vCalendar entry ( *.ics )"), indexes, QPixmap(":revImg"),
72 pki_export::select(revocation, basemodel->exportFlags(indexes)),
73 "crlexport");
74}

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.70
exportFlagsMethod · 0.45

Tested by

no test coverage detected