added a wait for the file dialog to close when sharing ios files
This commit is contained in:
parent
1c7868312d
commit
0a5657738e
3 changed files with 47 additions and 26 deletions
|
|
@ -7,12 +7,12 @@
|
|||
class MobileUtils : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//public:
|
||||
// MobileUtils() = delete;
|
||||
|
||||
public:
|
||||
explicit MobileUtils(QObject *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
static void shareText(const QStringList &filesToSend);
|
||||
bool shareText(const QStringList &filesToSend);
|
||||
QString openFile();
|
||||
|
||||
signals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue