mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
added constructor for MobileUtils.cpp
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
#include "MobileUtils.h"
|
#include "MobileUtils.h"
|
||||||
|
|
||||||
|
MobileUtils::MobileUtils(QObject *parent) : QObject(parent)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
bool MobileUtils::shareText(const QStringList &)
|
bool MobileUtils::shareText(const QStringList &)
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString MobileUtils::openFile()
|
QString MobileUtils::openFile()
|
||||||
|
|||||||
Reference in New Issue
Block a user