configure_dialog: backport minor changes from yuzu
This commit is contained in:
parent
6be1b4d293
commit
59dbc72e7b
2 changed files with 8 additions and 8 deletions
|
@ -21,8 +21,6 @@ public:
|
|||
~ConfigureDialog() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void UpdateVisibleTabs();
|
||||
void PopulateSelectionList();
|
||||
|
||||
private slots:
|
||||
void onLanguageChanged(const QString& locale);
|
||||
|
@ -33,6 +31,8 @@ signals:
|
|||
private:
|
||||
void setConfiguration();
|
||||
void retranslateUi();
|
||||
void UpdateVisibleTabs();
|
||||
void PopulateSelectionList();
|
||||
|
||||
std::unique_ptr<Ui::ConfigureDialog> ui;
|
||||
HotkeyRegistry& registry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue