Skip to content

Commit

Permalink
Fix typo in template (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
etherealjoy authored and wing328 committed Jan 9, 2019
1 parent b87a507 commit 3b7f4c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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}}
Expand Down

0 comments on commit 3b7f4c3

Please sign in to comment.