diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-04 19:02:39 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-04 20:24:33 +0900 |
commit | c71c4eb027cc7bb3b6b1a9bd41c048fcdfe4aa90 (patch) | |
tree | 892bdcfd58fb31fc088c8e358d79695b16784920 /lib/jobs/generated/redaction.h | |
parent | c5b3de1732ca49c78c8ed8cf77f9e9fa414d2f04 (diff) | |
download | libquotient-c71c4eb027cc7bb3b6b1a9bd41c048fcdfe4aa90.tar.gz libquotient-c71c4eb027cc7bb3b6b1a9bd41c048fcdfe4aa90.zip |
jobs/generated: code ordering, more comments
Diffstat (limited to 'lib/jobs/generated/redaction.h')
-rw-r--r-- | lib/jobs/generated/redaction.h | 2 |
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: |