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

Method dump_database

widgets/MainWindow.cpp:834–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834void MainWindow::dump_database()
835{
836 QString dirname = QFileDialog::getExistingDirectory(
837 NULL, XCA_TITLE, Settings["workingdir"]);
838 try {
839 Database.dump(dirname);
840 } catch (errorEx &err) {
841 XCA_ERROR(err);
842 }
843}
844
845void MainWindow::default_database()
846{

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected