mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
7 lines
216 B
C++
7 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 {}; }
|