mirror of
https://github.com/neochapay/ru.neochapay.maximus.git
synced 2026-05-05 15:30:29 +00:00
[qmaxmessanger] Add authToken property into usersession
This commit is contained in:
parent
2c78a9284b
commit
36554f4ec0
2 changed files with 10 additions and 0 deletions
|
|
@ -131,3 +131,9 @@ void UserSession::updateProfile(QJsonObject profile)
|
|||
emit userIdChanged();
|
||||
}
|
||||
}
|
||||
|
||||
QString UserSession::authToken()
|
||||
{
|
||||
QString authToken = m_settings->value("authToken").toString();;
|
||||
return authToken ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue