citra-qt: Add back missing hotkeys & conflict fixes.

* Also fixed a missing spacer in ConfigureGeneral.
This commit is contained in:
Adityarup Laha 2018-11-17 16:55:05 +05:30
parent 4309585623
commit 988acf588a
No known key found for this signature in database
GPG key ID: 1B24048A1F78845F
5 changed files with 31 additions and 7 deletions

View file

@ -22,7 +22,7 @@ public:
void UpdateVisibleTabs();
void PopulateSelectionList();
void applyConfiguration(HotkeyRegistry& registry);
void applyConfiguration();
private slots:
void onLanguageChanged(const QString& locale);
@ -35,4 +35,5 @@ private:
void retranslateUi();
std::unique_ptr<Ui::ConfigureDialog> ui;
HotkeyRegistry& registry;
};