Merge branch 'dev' into secure-config-2

This commit is contained in:
pokamest 2022-08-24 20:40:10 +03:00
commit b36517babb
256 changed files with 82224 additions and 1420 deletions

View file

@ -5,3 +5,4 @@ void MobileUtils::shareText(const QStringList&) {}
void MobileUtils::writeToKeychain(const QString&, const QByteArray &) {}
bool MobileUtils::deleteFromKeychain(const QString& tag) { return false; }
QByteArray MobileUtils::readFromKeychain(const QString&) { return {}; }