added getting the path to the file for iOS
This commit is contained in:
parent
fdff57da7c
commit
1c7868312d
4 changed files with 45 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue