mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
11 lines
138 B
C++
11 lines
138 B
C++
#include "MobileUtils.h"
|
|
|
|
bool MobileUtils::shareText(const QStringList &)
|
|
{
|
|
}
|
|
|
|
QString MobileUtils::openFile()
|
|
{
|
|
return QString();
|
|
}
|