1
0
Fork 0
forked from len0rd/rockbox

qeditor: implement usb device list refresh (if supported)

Change-Id: Iaf05cad0e057f767dcde963d194027b2e290dbea
Reviewed-on: http://gerrit.rockbox.org/978
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
Amaury Pouly 2014-09-18 19:46:26 +02:00
parent 57d6db6ff5
commit dbb59291e7
2 changed files with 10 additions and 0 deletions

View file

@ -312,6 +312,7 @@ private slots:
#ifdef HAVE_HWSTUB
void OnDevListChanged();
void OnDevChanged(int index);
void OnDevListChanged2(bool, struct libusb_device *);
void ClearDevList();
#endif
void OnDataSelChanged(int index);