diff options
Diffstat (limited to 'lib/application-service/definitions/location_batch.cpp')
-rw-r--r-- | lib/application-service/definitions/location_batch.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/application-service/definitions/location_batch.cpp b/lib/application-service/definitions/location_batch.cpp deleted file mode 100644 index c9b9e95b..00000000 --- a/lib/application-service/definitions/location_batch.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/****************************************************************************** - * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN - */ - -#include "location_batch.h" - -using namespace QMatrixClient; - -QJsonObject QMatrixClient::toJson(const LocationBatch& pod) -{ - QJsonObject _json; - return _json; -} - -LocationBatch FromJson<LocationBatch>::operator()(const QJsonValue& jv) -{ - const auto& _json = jv.toObject(); - LocationBatch result; - - return result; -} - |