From a83eb9350def2b1537affe4390ea54d37ffbc777 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 4 May 2018 18:59:33 +0900 Subject: gtad.yaml: Use QStringList instead of QVector QStringList's API is richer, after all. --- lib/jobs/gtad.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: array: + - string: + type: QStringList + avoidCopy?: true + imports: - /^Notification|Result$/: type: "std::vector<{{1}}>" noCopy?: true -- cgit v1.2.3