mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Improve touchstone/csv file extensions when saving file
This commit is contained in:
parent
c5cbfddbfe
commit
12818d9f7f
4 changed files with 12 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue