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