mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 07:17:56 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -20,10 +20,10 @@ public:
|
||||
explicit ConfigureGeneral(QWidget* parent = nullptr);
|
||||
~ConfigureGeneral() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void SetConfiguration();
|
||||
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user