share file for iOS
This commit is contained in:
parent
9ed16b81e8
commit
9601506270
6 changed files with 94 additions and 17 deletions
17
client/platforms/ios/MobileUtils.h
Normal file
17
client/platforms/ios/MobileUtils.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue