From f3a251404c00787b650e618fb5c257162507c18b Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 18 Jul 2018 18:42:02 +0900 Subject: csapi: third_party_lookup.* and its dependencies in application-service/ As per the latest API definitions. --- .../definitions/location_batch.h | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lib/application-service/definitions/location_batch.h (limited to 'lib/application-service/definitions/location_batch.h') 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 + +#include "converters.h" + +namespace QMatrixClient +{ + // Data structures + + /// List of matched third party locations. + struct LocationBatch : QVector + { + }; + + QJsonObject toJson(const LocationBatch& pod); + + template <> struct FromJson + { + LocationBatch operator()(const QJsonValue& jv); + }; + +} // namespace QMatrixClient -- cgit v1.2.3