2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Access _authSession through activeAccount().

This commit is contained in:
John Preston
2019-06-05 23:41:51 +03:00
parent bd2e1ceb02
commit 94c4ea6174
10 changed files with 93 additions and 54 deletions

View File

@@ -153,7 +153,7 @@ public:
}
// Account component.
Main::Account &activeAccount() {
Main::Account &activeAccount() const {
return *_account;
}