All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -105,11 +105,13 @@ void ViewProviderSheet::exportAsFile()
auto* sheet = getObject<Spreadsheet::Sheet>();
QString selectedFilter;
QString formatList = QObject::tr("CSV (*.csv *.CSV);;All (*)");
QString fileName = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(),
QObject::tr("Export File"),
QString(),
formatList,
&selectedFilter);
QString fileName = Gui::FileDialog::getSaveFileName(
Gui::getMainWindow(),
QObject::tr("Export File"),
QString(),
formatList,
&selectedFilter
);
if (!fileName.isEmpty()) {
if (sheet) {
char delim = '\0';