aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/generated/redaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jobs/generated/redaction.h')
-rw-r--r--lib/jobs/generated/redaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/jobs/generated/redaction.h b/lib/jobs/generated/redaction.h
index e3b3ff4f..974dfde5 100644
--- a/lib/jobs/generated/redaction.h
+++ b/lib/jobs/generated/redaction.h
@@ -18,6 +18,8 @@ namespace QMatrixClient
explicit RedactEventJob(const QString& roomId, const QString& eventId, const QString& txnId, const QString& reason = {});
~RedactEventJob() override;
+ // Result properties
+
const QString& eventId() const;
protected: