From dbb59291e745c7cc640a35fc40faa083648793bf Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 18 Sep 2014 19:46:26 +0200 Subject: qeditor: implement usb device list refresh (if supported) Change-Id: Iaf05cad0e057f767dcde963d194027b2e290dbea Reviewed-on: http://gerrit.rockbox.org/978 Reviewed-by: Amaury Pouly --- utils/regtools/qeditor/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/regtools/qeditor/utils.h') diff --git a/utils/regtools/qeditor/utils.h b/utils/regtools/qeditor/utils.h index 56d4962492..970010233a 100644 --- a/utils/regtools/qeditor/utils.h +++ b/utils/regtools/qeditor/utils.h @@ -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); -- cgit v1.2.3