citra-qt: Commented & documented code related to hotkeys as & when required.

This commit is contained in:
Adityarup Laha 2018-11-16 22:04:00 +05:30
parent 9615acb550
commit 4309585623
No known key found for this signature in database
GPG key ID: 1B24048A1F78845F
4 changed files with 18 additions and 1 deletions

View file

@ -22,6 +22,7 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, const HotkeyRegistry& registry
adjustSize();
ui->selectorList->setCurrentRow(0);
// Set up used key list synchronisation
connect(ui->inputTab, &ConfigureInput::InputKeysChanged, ui->hotkeysTab,
&ConfigureHotkeys::OnInputKeysChanged);
connect(ui->hotkeysTab, &ConfigureHotkeys::HotkeysChanged, ui->inputTab,