mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 08:57:57 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -30,10 +30,11 @@ public:
|
||||
explicit ConfigureProfileManager(QWidget* parent = nullptr);
|
||||
~ConfigureProfileManager() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void setConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void SetConfiguration();
|
||||
|
||||
void PopulateUserList();
|
||||
void UpdateCurrentUser();
|
||||
|
||||
|
Reference in New Issue
Block a user