aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/content-repo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/content-repo.h')
-rw-r--r--lib/csapi/content-repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/content-repo.h b/lib/csapi/content-repo.h
index 951bc4f7..5ef2e0d6 100644
--- a/lib/csapi/content-repo.h
+++ b/lib/csapi/content-repo.h
@@ -248,7 +248,7 @@ namespace QMatrixClient
/// The maximum size an upload can be in bytes.
/// Clients SHOULD use this as a guide when uploading content.
/// If not listed or null, the size limit should be treated as unknown.
- Omittable<double> uploadSize() const;
+ Omittable<qint64> uploadSize() const;
protected:
Status parseJson(const QJsonDocument& data) override;