From 3b7f4c3879c60521a6f44a789bf90dc6baf3fb5f Mon Sep 17 00:00:00 2001 From: sunn <33183834+etherealjoy@users.noreply.github.com> Date: Wed, 9 Jan 2019 09:13:10 +0100 Subject: [PATCH] Fix typo in template (#1859) --- .../cpp-qt5-qhttpengine-server/apirequest.cpp.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/cpp-qt5-qhttpengine-server/apirequest.cpp.mustache b/modules/openapi-generator/src/main/resources/cpp-qt5-qhttpengine-server/apirequest.cpp.mustache index aa73ae7f209..b9e79767a20 100644 --- a/modules/openapi-generator/src/main/resources/cpp-qt5-qhttpengine-server/apirequest.cpp.mustache +++ b/modules/openapi-generator/src/main/resources/cpp-qt5-qhttpengine-server/apirequest.cpp.mustache @@ -77,7 +77,7 @@ void {{classname}}Request::{{nickname}}Request({{#hasPathParams}}{{#pathParams}} {{^isMapContainer}} {{#isPrimitiveType}} {{{dataType}}} {{paramName}}; - ::{{cppNamespace}}::fromStringValue((QString(socket->readAll()), {{paramName}}); + ::{{cppNamespace}}::fromStringValue(QString(socket->readAll()), {{paramName}}); {{/isPrimitiveType}} {{/isMapContainer}} {{#isMapContainer}}