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

@ -12,6 +12,9 @@ public:
public slots:
static void shareText(const QStringList& filesToSend);
static void writeToKeychain(const QString& tag, const QString& value);
static QString readFromKeychain(const QString& tag);
};
#endif // MOBILEUTILS_H