added constructor for MobileUtils.cpp

This commit is contained in:
vladimir.kuznetsov 2023-09-09 18:31:04 +05:00
parent 4bf6cce4ba
commit 89096554e8

View file

@ -1,7 +1,12 @@
#include "MobileUtils.h"
MobileUtils::MobileUtils(QObject *parent) : QObject(parent)
{
}
bool MobileUtils::shareText(const QStringList &)
{
return false;
}
QString MobileUtils::openFile()