mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-29 23:46:31 -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