aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-04 19:53:55 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-04 20:24:40 +0900
commit7f202c6a09ff34b063f5de94e8afc385bbf8379b (patch)
treeae352f0fcfd1b26669e294d71616cdc8fbd7a52a /lib
parente49a842e877d17a1c6cbbb2349c2816639447721 (diff)
downloadlibquotient-7f202c6a09ff34b063f5de94e8afc385bbf8379b.tar.gz
libquotient-7f202c6a09ff34b063f5de94e8afc385bbf8379b.zip
gtad.yaml: Even more concise type stubbing
With most recent GTAD.
Diffstat (limited to 'lib')
-rw-r--r--lib/jobs/gtad.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/jobs/gtad.yaml b/lib/jobs/gtad.yaml
index d1b9018d..d6b0b51f 100644
--- a/lib/jobs/gtad.yaml
+++ b/lib/jobs/gtad.yaml
@@ -53,7 +53,6 @@ analyzer:
file: *ByteStream
object:
- /m\.room\.member$/: # A stub for EventsBatch<RoomMemberEvent>
- type: none
- /state_event.yaml$/:
type: StateEventPtr
noCopy?: true
@@ -98,7 +97,7 @@ analyzer:
imports: <QtCore/QVector>
- //: { type: QJsonArray, "avoidCopy?": true, imports: <QtCore/QJsonArray> }
map:
- - /state_event.yaml$/:
+ - RoomState:
type: "std::unordered_map<QString, {{1}}>"
noCopy?: true
imports: <unordered_map>