diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-21 10:02:14 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-21 10:02:14 +0900 |
commit | ff23e445ca78a6ac127d7a04494a8cbb97a7f1ac (patch) | |
tree | 58b5d854d6d8bf62e37197a0e06faec92b0fe51f /lib/csapi | |
parent | c8ae34af0c4b28ef5aabf60b97661241860bc200 (diff) | |
parent | 0a3be84c0c531ae215c43c488fc23e52a4680e9f (diff) | |
download | libquotient-ff23e445ca78a6ac127d7a04494a8cbb97a7f1ac.tar.gz libquotient-ff23e445ca78a6ac127d7a04494a8cbb97a7f1ac.zip |
Merge branch 'kitsune-quotest2'
Diffstat (limited to 'lib/csapi')
-rw-r--r-- | lib/csapi/gtad.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csapi/gtad.yaml b/lib/csapi/gtad.yaml index 301ee0b6..6d4e080f 100644 --- a/lib/csapi/gtad.yaml +++ b/lib/csapi/gtad.yaml @@ -95,9 +95,9 @@ analyzer: - //: { type: "QVector<{{1}}>", imports: <QtCore/QVector> } - map: # `additionalProperties` in OpenAPI - RoomState: - type: "std::unordered_map<QString, {{1}}>" + type: "UnorderedMap<QString, {{1}}>" moveOnly: - imports: <unordered_map> + imports: '"util.h"' - /.+/: type: "QHash<QString, {{1}}>" imports: <QtCore/QHash> |