From ea363441269c9100c4bcc8076d4b3d125333a649 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 1 May 2018 20:03:32 +0900 Subject: gtad.yaml: Use EventPtr for Notifications.Event; add variant type to the map Variants are not yet supported but just in case, let's have the line, it's very obvious. --- lib/jobs/gtad.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/jobs/gtad.yaml b/lib/jobs/gtad.yaml index 7cfbab8f..052d8301 100644 --- a/lib/jobs/gtad.yaml +++ b/lib/jobs/gtad.yaml @@ -51,15 +51,24 @@ analyzer: avoidCopy?: true file: *ByteStream object: - type: QJsonObject - avoidCopy?: true - imports: + - definitions/event.yaml: + type: EventPtr + imports: '"events/event.h"' + - //: + type: QJsonObject + avoidCopy?: true + imports: array: + - Notification: + type: "std::vector<{{1}}>" + avoidCopy?: true + imports: - /.+/: type: "QVector<{{1}}>" avoidCopy?: true imports: - //: { type: QJsonArray, "avoidCopy?": true, imports: } + variant: { type: QVariant, "avoidCopy?": true, imports: } schema: avoidCopy?: true -- cgit v1.2.3