| 119 | } |
| 120 | |
| 121 | ExportDialog *TempTreeView::exportDialog(const QModelIndexList &indexes) |
| 122 | { |
| 123 | return new ExportDialog(this, |
| 124 | tr("Template export"), |
| 125 | tr("XCA Templates ( *.xca )"), |
| 126 | indexes, QPixmap(":tempImg"), |
| 127 | pki_export::select(tmpl, basemodel->exportFlags(indexes))); |
| 128 | } |
nothing calls this directly
no test coverage detected