mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
reworking of getting the path to the file when saving/opening files
This commit is contained in:
@@ -4,15 +4,16 @@
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
|
||||
class MobileUtils : public QObject {
|
||||
class MobileUtils : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MobileUtils() = delete;
|
||||
|
||||
public slots:
|
||||
static void shareText(const QStringList& filesToSend);
|
||||
|
||||
static void shareText(const QStringList &filesToSend);
|
||||
static void openFile();
|
||||
};
|
||||
|
||||
#endif // MOBILEUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user