aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/kicking.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-09-09 20:14:08 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-09-09 20:14:08 +0900
commit1c86ff91b5db9bd6757e8149df462d4247fef90c (patch)
tree066f531087003a188d0b47ae890a2689a58d017d /jobs/generated/kicking.h
parent788e4f0af51d415053061f303b290a01633bb6c8 (diff)
downloadlibquotient-1c86ff91b5db9bd6757e8149df462d4247fef90c.tar.gz
libquotient-1c86ff91b5db9bd6757e8149df462d4247fef90c.zip
First files made by api-generator
Actual usage will some with the next commit.
Diffstat (limited to 'jobs/generated/kicking.h')
-rw-r--r--jobs/generated/kicking.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/jobs/generated/kicking.h b/jobs/generated/kicking.h
new file mode 100644
index 00000000..7b183b08
--- /dev/null
+++ b/jobs/generated/kicking.h
@@ -0,0 +1,45 @@
+/******************************************************************************
+ * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
+ */
+
+
+#pragma once
+
+
+#include "../basejob.h"
+
+
+
+#include <QtCore/QString>
+
+
+
+
+namespace QMatrixClient
+{
+
+
+ // Operations
+
+ /**
+
+ */
+ class KickJob : public BaseJob
+ {
+ public:
+ KickJob(const ConnectionData* connection
+
+ ,
+ QString roomId
+
+ ,
+ QString user_id
+
+ ,
+ QString reason
+ );
+
+ };
+
+
+} // namespace QMatrixClient