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