added getting the path to the file for iOS

This commit is contained in:
vladimir.kuznetsov 2023-09-09 01:29:28 +05:00
parent fdff57da7c
commit 1c7868312d
4 changed files with 45 additions and 11 deletions

View file

@ -4,6 +4,7 @@ void MobileUtils::shareText(const QStringList &)
{
}
void MobileUtils::openFile()
QString MobileUtils::openFile()
{
return QString();
}