aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-05-19 14:32:38 +0200
committerTobias Fella <fella@posteo.de>2022-05-19 14:32:56 +0200
commit7b0de6473b6e23f1d74e7ad5739ad86c6b243797 (patch)
tree621874e216c48c6dfda186bd16b0ef9cd5ba5a1a /lib/room.h
parent146c2f73a22be32033a4999fd722cb92dcdf3c2f (diff)
downloadlibquotient-7b0de6473b6e23f1d74e7ad5739ad86c6b243797.tar.gz
libquotient-7b0de6473b6e23f1d74e7ad5739ad86c6b243797.zip
Apply Suggestions
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index b1201a6c..c3bdc4a0 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -999,7 +999,7 @@ Q_SIGNALS:
void newFileTransfer(QString id, QUrl localFile);
void fileTransferProgress(QString id, qint64 progress, qint64 total);
- void fileTransferCompleted(QString id, QUrl localFile, QUrl mxcUrl, Omittable<EncryptedFile> encryptedFile = none);
+ void fileTransferCompleted(QString id, QUrl localFile, QUrl mxcUrl, Omittable<EncryptedFile> encryptedFile);
void fileTransferFailed(QString id, QString errorMessage = {});
// fileTransferCancelled() is no more here; use fileTransferFailed() and
// check the transfer status instead