diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-04-14 14:08:44 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-04-14 14:08:44 +0900 |
commit | 07d2b179bb08c4b941eca3f20b9ef31740ad95bd (patch) | |
tree | 0c418a0bef186b8ef01f60e8e41057ddb5eeaad1 /lib/jobs/{{base}}.h.mustache | |
parent | 341bea5fc7df0143fa118072d2dbb8158cc6eb23 (diff) | |
download | libquotient-07d2b179bb08c4b941eca3f20b9ef31740ad95bd.tar.gz libquotient-07d2b179bb08c4b941eca3f20b9ef31740ad95bd.zip |
Mustache: {{#producesNonJson?}} -> {{#producesNotJson?}}
According to the most recent changes in GTAD.
Diffstat (limited to 'lib/jobs/{{base}}.h.mustache')
-rw-r--r-- | lib/jobs/{{base}}.h.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jobs/{{base}}.h.mustache b/lib/jobs/{{base}}.h.mustache index 63aa53e7..12633604 100644 --- a/lib/jobs/{{base}}.h.mustache +++ b/lib/jobs/{{base}}.h.mustache @@ -57,7 +57,7 @@ namespace QMatrixClient {{>maybeCrefType}} {{paramName}}() const;{{/allProperties}} protected: - Status {{#producesNotJson?}}parseReply(QNetworkReply* reply){{/producesNotJson?}}{{^producesNotJson?}}parseJson(const QJsonDocument& data){{/producesNotJson?}} override; + Status {{#producesNonJson?}}parseReply(QNetworkReply* reply){{/producesNonJson?}}{{^producesNonJson?}}parseJson(const QJsonDocument& data){{/producesNonJson?}} override; private: class Private; |