added a wait for the file dialog to close when sharing ios files

This commit is contained in:
vladimir.kuznetsov 2023-09-09 15:00:34 +05:00
parent 1c7868312d
commit 0a5657738e
3 changed files with 47 additions and 26 deletions

View file

@ -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: