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