diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 11:18:07 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 11:18:07 +0900 |
commit | f96e349baa30a8a5b263a98a12158614a82fdd27 (patch) | |
tree | c66bce28dbb7d6135042a2ab00b0c383993a093f /lib/csapi | |
parent | f06d6e0497d7d7545a19b2cd16fdf2fda15e205c (diff) | |
download | libquotient-f96e349baa30a8a5b263a98a12158614a82fdd27.tar.gz libquotient-f96e349baa30a8a5b263a98a12158614a82fdd27.zip |
gtad.yaml: Fallback to QJsonArray no more needed
...with the latest GTAD
Diffstat (limited to 'lib/csapi')
-rw-r--r-- | lib/csapi/gtad.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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: <QtCore/QVector> } - - //: { type: QJsonArray, imports: <QtCore/QJsonArray> } + - //: { type: "QVector<{{1}}>", imports: <QtCore/QVector> } - map: # `additionalProperties` in OpenAPI - RoomState: type: "std::unordered_map<QString, {{1}}>" |