yuzu/configuration: Make function naming consistent
This commit is contained in:
parent
cae913d3d5
commit
ba6eb5285d
25 changed files with 248 additions and 243 deletions
|
@ -25,9 +25,9 @@ public:
|
|||
explicit ConfigureSystem(QWidget* parent = nullptr);
|
||||
~ConfigureSystem() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void setConfiguration();
|
||||
void retranslateUi();
|
||||
void ApplyConfiguration();
|
||||
void SetConfiguration();
|
||||
void RetranslateUI();
|
||||
|
||||
private:
|
||||
void ReadSystemSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue