| 78 | |
| 79 | |
| 80 | void ExtractNotes::backupDB() { |
| 81 | if (outputFile.trimmed() == "") { |
| 82 | std::cout << QString(tr("Output file not specified.")).toStdString() << endl; |
| 83 | return; |
| 84 | } |
| 85 | ExportData exports(backup, true, this); |
| 86 | exports.backupData(this->outputFile); |
| 87 | } |
no test coverage detected