aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/report_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/report_content.h')
-rw-r--r--lib/csapi/report_content.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/csapi/report_content.h b/lib/csapi/report_content.h
index a20c6838..aca5b30b 100644
--- a/lib/csapi/report_content.h
+++ b/lib/csapi/report_content.h
@@ -8,8 +8,7 @@
#include "converters.h"
-namespace QMatrixClient
-{
+namespace QMatrixClient {
// Operations
/// Reports an event as inappropriate.
@@ -19,17 +18,18 @@ namespace QMatrixClient
class ReportContentJob : public BaseJob
{
public:
- /*! Reports an event as inappropriate.
- * \param roomId
- * The room in which the event being reported is located.
- * \param eventId
- * The event to report.
- * \param score
- * The score to rate this content as where -100 is most offensive
- * and 0 is inoffensive.
- * \param reason
- * The reason the content is being reported. May be blank.
- */
- explicit ReportContentJob(const QString& roomId, const QString& eventId, int score, const QString& reason);
+ /*! Reports an event as inappropriate.
+ * \param roomId
+ * The room in which the event being reported is located.
+ * \param eventId
+ * The event to report.
+ * \param score
+ * The score to rate this content as where -100 is most offensive
+ * and 0 is inoffensive.
+ * \param reason
+ * The reason the content is being reported. May be blank.
+ */
+ explicit ReportContentJob(const QString& roomId, const QString& eventId,
+ int score, const QString& reason);
};
} // namespace QMatrixClient