mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-05 10:56:31 -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