NOISSUE account tweaks
This commit is contained in:
parent
90a62c429a
commit
dba4c452e0
@ -438,3 +438,7 @@ QString AccountData::accountDisplayString() const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString AccountData::lastError() const {
|
||||||
|
return errorString;
|
||||||
|
}
|
||||||
|
@ -74,6 +74,8 @@ struct AccountData {
|
|||||||
QString profileId() const;
|
QString profileId() const;
|
||||||
QString profileName() const;
|
QString profileName() const;
|
||||||
|
|
||||||
|
QString lastError() const;
|
||||||
|
|
||||||
AccountType type = AccountType::MSA;
|
AccountType type = AccountType::MSA;
|
||||||
bool legacy = false;
|
bool legacy = false;
|
||||||
bool canMigrateToMSA = false;
|
bool canMigrateToMSA = false;
|
||||||
|
@ -168,6 +168,10 @@ public: /* queries */
|
|||||||
|
|
||||||
void fillSession(AuthSessionPtr session);
|
void fillSession(AuthSessionPtr session);
|
||||||
|
|
||||||
|
QString lastError() const {
|
||||||
|
return data.lastError();
|
||||||
|
}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
/**
|
/**
|
||||||
* This signal is emitted when the account changes
|
* This signal is emitted when the account changes
|
||||||
|
Loading…
Reference in New Issue
Block a user