From 71384a49c3a053e715241172d9d9893bb1742e6b Mon Sep 17 00:00:00 2001
From: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Date: Sun, 22 Aug 2021 19:37:09 +0200
Subject: Mustache: avoid BaseJob::Data

It's about to be deprecated in the next commits.
---
 gtad/operation.cpp.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gtad')

diff --git a/gtad/operation.cpp.mustache b/gtad/operation.cpp.mustache
index f34c9280..7f692e4a 100644
--- a/gtad/operation.cpp.mustache
+++ b/gtad/operation.cpp.mustache
@@ -36,7 +36,7 @@ QUrl {{camelCaseOperationId}}Job::makeRequestUrl(QUrl baseUrl{{#allParams?}},
 {   {{#headerParams}}
     setRequestHeader("{{baseName}}", {{paramName}}.toLatin1());
     {{/headerParams}}{{#inlineBody}}{{^propertyMap}}{{^bodyParams?}}
-    setRequestData(Data({{#consumesNonJson?}}{{nameCamelCase}}{{/consumesNonJson?
+    setRequestData(RequestData({{#consumesNonJson?}}{{nameCamelCase}}{{/consumesNonJson?
     }}{{^consumesNonJson?}}toJson({{nameCamelCase}}){{/consumesNonJson?}}));
     {{/bodyParams?}}{{/propertyMap}}{{/inlineBody
     }}{{^consumesNonJson?}}{{#bodyParams?}}
-- 
cgit v1.2.3