diff options
author | Tobias Fella <fella@posteo.de> | 2021-09-10 17:55:20 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-09-10 21:41:25 +0200 |
commit | 8dfa505066a03cc8450527699634fda71cbd8915 (patch) | |
tree | 3116beac2c4423599ed9fd362146f0f998acb000 /lib/mxcreply.h | |
parent | 3b383a6dcb75531ca7efcaa4afa28b92dbe15e3e (diff) | |
download | libquotient-8dfa505066a03cc8450527699634fda71cbd8915.tar.gz libquotient-8dfa505066a03cc8450527699634fda71cbd8915.zip |
Return a failed MxcReply on invalid requests
Diffstat (limited to 'lib/mxcreply.h')
-rw-r--r-- | lib/mxcreply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mxcreply.h b/lib/mxcreply.h index 26dea2d0..ac3ac4f4 100644 --- a/lib/mxcreply.h +++ b/lib/mxcreply.h @@ -14,6 +14,7 @@ class MxcReply : public QNetworkReply public: MxcReply(QNetworkReply* reply, Room* room, const QString &eventId); MxcReply(QNetworkReply* reply); + MxcReply(); bool isSequential() const override; |