6 lines
223 B
C++
6 lines
223 B
C++
#include "MobileUtils.h"
|
|
|
|
void MobileUtils::shareText(const QStringList&) {}
|
|
|
|
void MobileUtils::writeToKeychain(const QString&, const QByteArray &) {}
|
|
QByteArray MobileUtils::readFromKeychain(const QString&) { return {}; }
|