writeToKeychain, readFromKeychain

This commit is contained in:
eugenyorbitsoftcom 2022-08-02 15:52:03 +06:00
parent 7e5748b3a6
commit e49b468fd5
4 changed files with 84 additions and 21 deletions

View file

@ -1,10 +1,6 @@
#include "MobileUtils.h"
MobileUtils::MobileUtils()
{
void MobileUtils::shareText(const QStringList&) {}
}
void MobileUtils::shareText(const QStringList& filesToSend) {
}
void MobileUtils::writeToKeychain(const QString&, const QString&) {}
QString MobileUtils::readFromKeychain(const QString&) { return {}; }