diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_hotkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.cpp b/src/yuzu/configuration/configure_hotkeys.cpp index 31347ce5a..a7a8752e5 100644 --- a/src/yuzu/configuration/configure_hotkeys.cpp +++ b/src/yuzu/configuration/configure_hotkeys.cpp | |||
| @@ -74,7 +74,7 @@ void ConfigureHotkeys::Configure(QModelIndex index) { | |||
| 74 | auto* const model = ui->hotkey_list->model(); | 74 | auto* const model = ui->hotkey_list->model(); |
| 75 | const auto previous_key = model->data(index); | 75 | const auto previous_key = model->data(index); |
| 76 | 76 | ||
| 77 | SequenceDialog hotkey_dialog; | 77 | SequenceDialog hotkey_dialog{this}; |
| 78 | 78 | ||
| 79 | const int return_code = hotkey_dialog.exec(); | 79 | const int return_code = hotkey_dialog.exec(); |
| 80 | const auto key_sequence = hotkey_dialog.GetSequence(); | 80 | const auto key_sequence = hotkey_dialog.GetSequence(); |