mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 19:48:40 +02:00
Trying to fix non-android builds
This commit is contained in:
parent
88f0c2d700
commit
ec838b1417
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void AndroidHelper::init() {
|
|||
}
|
||||
|
||||
QSharedPointer<AccountManager> AndroidHelper::getAccountManager() {
|
||||
assert(_accountManager);
|
||||
Q_ASSERT(_accountManager);
|
||||
return _accountManager;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue