| 479 | } |
| 480 | |
| 481 | std::unique_ptr<ExportOptionsEditor> |
| 482 | ExportCL::CreateOptionsEditor(int, ExportOptionsEditor::Listener*) const |
| 483 | { |
| 484 | return std::make_unique<ExportOptionsCLEditor>(); |
| 485 | } |
| 486 | |
| 487 | std::unique_ptr<ExportProcessor> ExportCL::CreateProcessor(int format) const |
| 488 | { |
no outgoing calls
no test coverage detected