mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 08:48:41 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -19,8 +19,8 @@ public:
|
||||
explicit ConfigureWeb(QWidget* parent = nullptr);
|
||||
~ConfigureWeb() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
void ApplyConfiguration();
|
||||
void RetranslateUI();
|
||||
|
||||
private:
|
||||
void RefreshTelemetryID();
|
||||
@ -28,7 +28,7 @@ private:
|
||||
void VerifyLogin();
|
||||
void OnLoginVerified();
|
||||
|
||||
void setConfiguration();
|
||||
void SetConfiguration();
|
||||
|
||||
bool user_verified = true;
|
||||
QFutureWatcher<bool> verify_watcher;
|
||||
|
Reference in New Issue
Block a user