aboutsummaryrefslogtreecommitdiff
path: root/lib/application-service/definitions/user_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/application-service/definitions/user_batch.h')
-rw-r--r--lib/application-service/definitions/user_batch.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/application-service/definitions/user_batch.h b/lib/application-service/definitions/user_batch.h
deleted file mode 100644
index 891d3544..00000000
--- a/lib/application-service/definitions/user_batch.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/******************************************************************************
- * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
- */
-
-#pragma once
-
-
-#include "csapi/../application-service/definitions/user.h"
-#include "converters.h"
-#include <QtCore/QVector>
-
-#include "converters.h"
-
-namespace QMatrixClient
-{
- // Data structures
-
- /// List of matched third party users.
- struct UserBatch : QVector<ThirdPartyUser>
- {
- };
-
- QJsonObject toJson(const UserBatch& pod);
-
- template <> struct FromJson<UserBatch>
- {
- UserBatch operator()(const QJsonValue& jv);
- };
-
-} // namespace QMatrixClient