| 343 | } |
| 344 | |
| 345 | std::optional<ExportProcessor::Parameters> ExportFilePanel::GetParameters() const |
| 346 | { |
| 347 | if(mOptionsHandler->TransferDataFromEditor()) |
| 348 | return { mOptionsHandler->GetParameters() }; |
| 349 | return std::nullopt; |
| 350 | } |
| 351 | |
| 352 | int ExportFilePanel::GetChannels() const |
| 353 | { |
no test coverage detected