Qt/MappingWindow: update devices combo box when hotplugging devices

This commit is contained in:
Michael M
2018-07-05 14:17:47 -07:00
parent b689a195ff
commit ce98a9c71d
2 changed files with 8 additions and 1 deletions

View File

@ -76,6 +76,7 @@ private:
void OnSaveProfilePressed();
void OnDefaultFieldsPressed();
void OnDeviceChanged(int index);
void OnGlobalDevicesChanged();
ControllerEmu::EmulatedController* m_controller = nullptr;