diff options
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}}>" |