Make it possible to "save as" attachment after opening them

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-11-17 00:44:54 +01:00
committed by Tobias Fella
parent 236c6a2d04
commit edaf1005d4
3 changed files with 31 additions and 7 deletions

View File

@@ -10,4 +10,5 @@ class UrlHelper : public QObject
Q_OBJECT
public:
Q_INVOKABLE void openUrl(const QUrl &url);
Q_INVOKABLE void copyTo(const QUrl &origin, const QUrl &destination);
};