From f96e349baa30a8a5b263a98a12158614a82fdd27 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 3 Jun 2018 11:18:07 +0900 Subject: gtad.yaml: Fallback to QJsonArray no more needed ...with the latest GTAD --- lib/csapi/gtad.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/csapi') diff --git a/lib/csapi/gtad.yaml b/lib/csapi/gtad.yaml index 7d451296..d8243f4f 100644 --- a/lib/csapi/gtad.yaml +++ b/lib/csapi/gtad.yaml @@ -85,8 +85,7 @@ analyzer: type: RoomEvents - /event.yaml$/: type: Events - - /.+/: { type: "QVector<{{1}}>", imports: } - - //: { type: QJsonArray, imports: } + - //: { type: "QVector<{{1}}>", imports: } - map: # `additionalProperties` in OpenAPI - RoomState: type: "std::unordered_map" -- cgit v1.2.3