| 70 | } |
| 71 | |
| 72 | void TuningComponent::importSCLFile() { |
| 73 | DBG("importSCLFile()"); |
| 74 | importSCLFromFileBrowser("", |
| 75 | "*.scl", |
| 76 | "Load Scala tuning file...", |
| 77 | FileBrowserComponent::openMode | FileBrowserComponent::canSelectFiles); |
| 78 | } |
| 79 | |
| 80 | void TuningComponent::importKBMFile() { |
| 81 | DBG("importKBMFile()"); |
nothing calls this directly
no outgoing calls
no test coverage detected