diff options
Diffstat (limited to 'src/client/QXmppUploadRequestManager.cpp')
| -rw-r--r-- | src/client/QXmppUploadRequestManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppUploadRequestManager.cpp b/src/client/QXmppUploadRequestManager.cpp index 439062b7..cf26ffd5 100644 --- a/src/client/QXmppUploadRequestManager.cpp +++ b/src/client/QXmppUploadRequestManager.cpp @@ -267,7 +267,7 @@ auto QXmppUploadRequestManager::requestSlot(const QString &fileName, iq.setSize(fileSize); iq.setContentType(mimeType); - return chainIq<SlotResult>(client()->sendIq(iq), this); + return chainIq<SlotResult>(client()->sendIq(std::move(iq)), this); } /// Returns true if an HTTP File Upload service has been discovered. |
