From 6210e9a55bd87a20031c675e243fb5f4e0a5fd85 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Oct 2022 22:13:45 +0200 Subject: FileSharingManager: Rename sendFile to uploadFile --- src/client/QXmppFileSharingManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/QXmppFileSharingManager.h') diff --git a/src/client/QXmppFileSharingManager.h b/src/client/QXmppFileSharingManager.h index 589a6c38..fdcf6f54 100644 --- a/src/client/QXmppFileSharingManager.h +++ b/src/client/QXmppFileSharingManager.h @@ -155,9 +155,9 @@ public: internalRegisterProvider(index, manager); } - std::shared_ptr sendFile(std::shared_ptr provider, - const QString &filePath, - const std::optional &description = {}); + std::shared_ptr uploadFile(std::shared_ptr provider, + const QString &filePath, + const std::optional &description = {}); std::shared_ptr downloadFile(const QXmppFileShare &fileShare, std::unique_ptr output); -- cgit v1.2.3