share file for iOS

This commit is contained in:
eugenyorbitsoftcom 2022-07-13 16:08:55 +06:00
parent 9ed16b81e8
commit 9601506270
6 changed files with 94 additions and 17 deletions

View file

@ -0,0 +1,17 @@
#ifndef MOBILEUTILS_H
#define MOBILEUTILS_H
#include <QObject>
#include <QStringList>
class MobileUtils : public QObject {
Q_OBJECT
public:
MobileUtils() = delete;
public slots:
static void shareText(const QStringList& filesToSend);
};
#endif // MOBILEUTILS_H