Improve touchstone/csv file extensions when saving file

This commit is contained in:
Jan Käberich 2021-12-14 16:41:33 +01:00
parent c5cbfddbfe
commit 12818d9f7f
4 changed files with 12 additions and 9 deletions

View file

@ -101,7 +101,7 @@ void TraceTouchstoneExport::on_buttonBox_accepted()
case 2: format = Touchstone::Format::RealImaginary; break;
}
t.toFile(filename.toStdString(), unit, format);
t.toFile(filename, unit, format);
delete this;
}
}