Remove App::app(), App::uploader(), App::api().

Also use Auth() instead of AuthSession::Current*().
This commit is contained in:
John Preston
2017-08-04 16:54:32 +02:00
parent 417f5684dc
commit ab35829358
72 changed files with 450 additions and 445 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ void PasscodeBox::onSave(bool force) {
} else {
cSetPasscodeBadTries(0);
Local::setPasscode(pwd.toUtf8());
AuthSession::Current().checkAutoLock();
Auth().checkAutoLock();
closeBox();
}
}