configure_dialog: backport minor changes from yuzu
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user