aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jobs/gtad.yaml15
1 files changed, 12 insertions, 3 deletions
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: <QtCore/QJsonObject>
+ - definitions/event.yaml:
+ type: EventPtr
+ imports: '"events/event.h"'
+ - //:
+ type: QJsonObject
+ avoidCopy?: true
+ imports: <QtCore/QJsonObject>
array:
+ - Notification:
+ type: "std::vector<{{1}}>"
+ avoidCopy?: true
+ imports: <vector>
- /.+/:
type: "QVector<{{1}}>"
avoidCopy?: true
imports: <QtCore/QVector>
- //: { type: QJsonArray, "avoidCopy?": true, imports: <QtCore/QJsonArray> }
+ variant: { type: QVariant, "avoidCopy?": true, imports: <QtCore/QVariant> }
schema:
avoidCopy?: true