| 78 | } |
| 79 | |
| 80 | void TuningComponent::importKBMFile() { |
| 81 | DBG("importKBMFile()"); |
| 82 | importKBMFromFileBrowser("", |
| 83 | "*.kbm", |
| 84 | "Load KBM keyboard file...", |
| 85 | FileBrowserComponent::openMode | FileBrowserComponent::canSelectFiles); |
| 86 | } |
| 87 | |
| 88 | void TuningComponent::exportSCLFileWithFileBrowser() { |
| 89 | DBG("exportSCLFile()"); |
nothing calls this directly
no outgoing calls
no test coverage detected