diff options
Diffstat (limited to 'lib/jobs')
-rw-r--r-- | lib/jobs/gtad.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/jobs/gtad.yaml b/lib/jobs/gtad.yaml index 788c0d91..d1b9018d 100644 --- a/lib/jobs/gtad.yaml +++ b/lib/jobs/gtad.yaml @@ -71,6 +71,10 @@ analyzer: avoidCopy?: true imports: <QtCore/QJsonObject> array: + - string: + type: QStringList + avoidCopy?: true + imports: <QtCore/QStringList> - /^Notification|Result$/: type: "std::vector<{{1}}>" noCopy?: true |