mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
exportcsv: fix missing return statements
This commit is contained in:
@@ -131,7 +131,10 @@ bool ExportCsvDialog::exportQuery(const QString& sQuery, const QString& sFilenam
|
||||
} else {
|
||||
QMessageBox::warning(this, QApplication::applicationName(),
|
||||
tr("Could not open output file: %1").arg(sFilename));
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void ExportCsvDialog::accept()
|
||||
|
||||
Reference in New Issue
Block a user