Skip to content

Commit 5c1fdfe

Browse files
etherealjoywing328
authored andcommitted
Fix typo in template (OpenAPITools#1859)
1 parent 2088cfb commit 5c1fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/cpp-qt5-qhttpengine-server/apirequest.cpp.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void {{classname}}Request::{{nickname}}Request({{#hasPathParams}}{{#pathParams}}
7777
{{^isMapContainer}}
7878
{{#isPrimitiveType}}
7979
{{{dataType}}} {{paramName}};
80-
::{{cppNamespace}}::fromStringValue((QString(socket->readAll()), {{paramName}});
80+
::{{cppNamespace}}::fromStringValue(QString(socket->readAll()), {{paramName}});
8181
{{/isPrimitiveType}}
8282
{{/isMapContainer}}
8383
{{#isMapContainer}}

0 commit comments

Comments
 (0)