/****************************************************************************** * 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