mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:16:21 +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() {
|
QSharedPointer<AccountManager> AndroidHelper::getAccountManager() {
|
||||||
assert(_accountManager);
|
Q_ASSERT(_accountManager);
|
||||||
return _accountManager;
|
return _accountManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue