NOISSUE account tweaks

This commit is contained in:
Petr Mrázek
2021-12-08 01:22:57 +01:00
parent 90a62c429a
commit dba4c452e0
3 changed files with 10 additions and 0 deletions

View File

@ -438,3 +438,7 @@ QString AccountData::accountDisplayString() const {
}
}
}
QString AccountData::lastError() const {
return errorString;
}