diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-03 08:16:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-18 10:25:14 +0900 |
commit | d59ca7ac194e8d57177afb1ac89603e22b61b4ec (patch) | |
tree | 75a7224c04891512dfa318617f6630b94c199210 /lib | |
parent | 0a82e68f86a3b4716ebada39c041a6c8673d2999 (diff) | |
download | libquotient-d59ca7ac194e8d57177afb1ac89603e22b61b4ec.tar.gz libquotient-d59ca7ac194e8d57177afb1ac89603e22b61b4ec.zip |
qmc-example -> quotest, QMCTest -> TestManager
Also: some bits of refactoring in the test code
to make it more extensible. Closes #352.
Diffstat (limited to 'lib')
-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> |