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

Method importMulti

widgets/MainWindow.cpp:558–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void MainWindow::importMulti(pki_multi *multi, int force)
559{
560 if (!multi)
561 return;
562
563 QStringList failed_files = multi->failed_files;
564 ImportMulti *dlgi = new ImportMulti(this);
565
566 // dlgi->addItem() deletes "multi" if appropriate
567 dlgi->addItem(multi);
568 dlgi->execute(force, failed_files);
569 delete dlgi;
570}
571
572void MainWindow::openRemoteSqlDB()
573{

Callers 1

mainFunction · 0.80

Calls 2

addItemMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected