diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-21 22:59:17 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-21 22:59:17 +0900 |
commit | 22b14860e6b2bda990a05167ae61d8d7f24a2427 (patch) | |
tree | 70e0b47a8460af0ee2b8ab9007977178ab196dd6 /lib/application-service/definitions/location_batch.h | |
parent | d3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b (diff) | |
download | libquotient-22b14860e6b2bda990a05167ae61d8d7f24a2427.tar.gz libquotient-22b14860e6b2bda990a05167ae61d8d7f24a2427.zip |
csapi: add definitions/auth_data.* and optimise out trivial files with the latest GTAD
Diffstat (limited to 'lib/application-service/definitions/location_batch.h')
-rw-r--r-- | lib/application-service/definitions/location_batch.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/application-service/definitions/location_batch.h b/lib/application-service/definitions/location_batch.h deleted file mode 100644 index cd8c0079..00000000 --- a/lib/application-service/definitions/location_batch.h +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** - * 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<ThirdPartyLocation> - { - }; - - QJsonObject toJson(const LocationBatch& pod); - - template <> struct FromJson<LocationBatch> - { - LocationBatch operator()(const QJsonValue& jv); - }; - -} // namespace QMatrixClient |