blob: 9d59db00d1e8872c4a8292c0b041570b04083be6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#pragma once
#include "jobs/basejob.h"
#include "converters.h"
namespace QMatrixClient
{
// Operations
class ReportContentJob : public BaseJob
{
public:
explicit ReportContentJob(const QString& roomId, const QString& eventId, int score, const QString& reason);
};
} // namespace QMatrixClient
|