diff options
Diffstat (limited to 'src/client/QXmppFileSharingManager.h')
| -rw-r--r-- | src/client/QXmppFileSharingManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppFileSharingManager.h b/src/client/QXmppFileSharingManager.h index 18966379..b59eb46b 100644 --- a/src/client/QXmppFileSharingManager.h +++ b/src/client/QXmppFileSharingManager.h @@ -69,7 +69,7 @@ public: std::unique_ptr<QIODevice> output); private: - friend class QXmppEncryptedHttpFileSharingProvider; + friend class QXmppEncryptedFileSharingProvider; void internalRegisterProvider(std::type_index, std::shared_ptr<QXmppFileSharingProvider> provider); std::shared_ptr<QXmppFileSharingProvider> providerForSource(const std::any &source) const; |
