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