aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/typing.h
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/generated/typing.h')
-rw-r--r--jobs/generated/typing.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/jobs/generated/typing.h b/jobs/generated/typing.h
deleted file mode 100644
index 0495ed0a..00000000
--- a/jobs/generated/typing.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************************************
- * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
- */
-
-#pragma once
-
-#include "../basejob.h"
-
-
-
-namespace QMatrixClient
-{
- // Operations
-
- class SetTypingJob : public BaseJob
- {
- public:
- explicit SetTypingJob(const QString& userId, const QString& roomId, bool typing, int timeout = {});
- };
-} // namespace QMatrixClient