| 786 | } |
| 787 | |
| 788 | void UpdateDevices() |
| 789 | { |
| 790 | auto candidates = findUsbDevices(); |
| 791 | for (auto& candidate : candidates) |
| 792 | _devices.push_back(candidate); |
| 793 | } |
| 794 | |
| 795 | private: |
| 796 | wxConfig _config; |
nothing calls this directly
no test coverage detected