fixed navigation during initial installation

This commit is contained in:
vladimir.kuznetsov 2023-09-08 18:05:08 +05:00
parent b5dd48ad7b
commit fdff57da7c
2 changed files with 28 additions and 2 deletions

View file

@ -1,5 +1,9 @@
#include "MobileUtils.h"
void MobileUtils::shareText(const QStringList&) {}
void MobileUtils::shareText(const QStringList &)
{
}
void MobileUtils::openFile()
{
}