Qt: add Refresh button to gamepad settings, minor cleanup

This commit is contained in:
Megamouse 2017-09-09 13:53:03 +02:00 committed by Ani
parent 4b11a62b4d
commit 2db2114a45
6 changed files with 43 additions and 34 deletions

View file

@ -20,7 +20,7 @@ keyboard_pad_handler::keyboard_pad_handler() : QObject()
void keyboard_pad_handler::ConfigController(std::string device)
{
pad_settings_dialog dlg(this);
pad_settings_dialog dlg;
dlg.exec();
}