citra-qt: Fixed reloading hotkeys on-the fly.
This commit is contained in:
parent
5fa25fcf13
commit
9615acb550
3 changed files with 1 additions and 5 deletions
|
@ -26,8 +26,6 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, const HotkeyRegistry& registry
|
|||
&ConfigureHotkeys::OnInputKeysChanged);
|
||||
connect(ui->hotkeysTab, &ConfigureHotkeys::HotkeysChanged, ui->inputTab,
|
||||
&ConfigureInput::OnHotkeysChanged);
|
||||
connect(ui->hotkeysTab, &ConfigureHotkeys::HotkeysChanged, this,
|
||||
[this]() { emit UpdateHotkeys(); });
|
||||
|
||||
// Synchronise lists upon initialisation
|
||||
ui->inputTab->EmitInputKeysChanged();
|
||||
|
|
|
@ -29,7 +29,6 @@ private slots:
|
|||
|
||||
signals:
|
||||
void languageChanged(const QString& locale);
|
||||
void UpdateHotkeys();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue