rename some variables

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-03-03 23:55:43 +02:00
parent 79180db663
commit 162bbcfe19
4 changed files with 28 additions and 28 deletions

View File

@ -55,5 +55,5 @@ class MSAStep : public AuthStep {
private:
bool m_silent;
QString m_clientId;
QOAuth2AuthorizationCodeFlow oauth2;
QOAuth2AuthorizationCodeFlow m_oauth2;
};