writeToKeychain, readFromKeychain
This commit is contained in:
parent
7e5748b3a6
commit
e49b468fd5
4 changed files with 84 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue