diff options
author | Tobias Fella <fella@posteo.de> | 2022-05-19 14:32:38 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-05-19 14:32:56 +0200 |
commit | 7b0de6473b6e23f1d74e7ad5739ad86c6b243797 (patch) | |
tree | 621874e216c48c6dfda186bd16b0ef9cd5ba5a1a /lib/room.h | |
parent | 146c2f73a22be32033a4999fd722cb92dcdf3c2f (diff) | |
download | libquotient-7b0de6473b6e23f1d74e7ad5739ad86c6b243797.tar.gz libquotient-7b0de6473b6e23f1d74e7ad5739ad86c6b243797.zip |
Apply Suggestions
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |