aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-02 10:33:59 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-02 10:33:59 +0200
commitb64bfa8f72084d9d9397001a735e985a4bf94e56 (patch)
tree05503e30bae055f4cbc1b33d191a00844cc56cf9
parent7f4ef8b303c36831a9172a1fc60888e906fc9b93 (diff)
downloadlibquotient-b64bfa8f72084d9d9397001a735e985a4bf94e56.tar.gz
libquotient-b64bfa8f72084d9d9397001a735e985a4bf94e56.zip
Abandon BaseJob::Query - Mustache template
-rw-r--r--gtad/operation.cpp.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtad/operation.cpp.mustache b/gtad/operation.cpp.mustache
index 5bbc45ec..f34c9280 100644
--- a/gtad/operation.cpp.mustache
+++ b/gtad/operation.cpp.mustache
@@ -13,7 +13,7 @@ using namespace Quotient;
auto queryTo{{camelCaseOperationId}}(
{{#queryParams}}{{>joinedParamDef}}{{/queryParams}})
{
- BaseJob::Query _q;{{#queryParams}}
+ QUrlQuery _q;{{#queryParams}}
addParam<{{^required?}}IfNotEmpty{{/required?}}>(_q,
QStringLiteral("{{baseName}}"), {{paramName}});{{/queryParams}}
return _q;