4 #include "ui_selectsupporteddevice.h" 9 #include "usb/usbdevice.h" 11 struct libusb_context;
28 std::unique_ptr<USBDevice> showSelectDeviceModal(libusb_context *context);
29 void showLibUSBFailedDialogModel(
int error);
31 void updateDeviceList();
32 void updateSupportedDevices();
33 std::unique_ptr<Ui::SelectSupportedDevice> ui;
34 UniqueUSBid selectedDevice = 0;
Definition: selectsupporteddevice.h:22
Definition: newdevicemodelfromexisting.h:15