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

@ -8,12 +8,15 @@ class MobileUtils : public QObject
{
Q_OBJECT
public:
MobileUtils() = delete;
//public:
// MobileUtils() = delete;
public slots:
static void shareText(const QStringList &filesToSend);
static void openFile();
QString openFile();
signals:
void finished();
};
#endif // MOBILEUTILS_H