| 59 | void AuthProfile::SetRefreshToken(const QString &token) { this->refreshToken = token; } |
| 60 | |
| 61 | QStringList AuthProfile::GetSubscriptions() const { return this->subscriptions; } |
| 62 | |
| 63 | void AuthProfile::SetSubscriptions(const QStringList &subs) { this->subscriptions = subs; } |
| 64 |
no outgoing calls
no test coverage detected