[Qt5][C++] Fixed QByteArray::toUtf8 with FILE as request body. Included <stdexcept>.#8550
[Qt5][C++] Fixed QByteArray::toUtf8 with FILE as request body. Included <stdexcept>.#8550wing328 merged 4 commits intoOpenAPITools:masterfrom igor-sirotin:bugfix/cpp-qt5
Conversation
* Added '#include <stdexcept>' where std::runtime_error is used * Fixed request with FILE body: QByteArray doesn't have ::toUtf8() * Updated related samples
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. Let me know if you need help fixing it. |
@wing328, oops, my fault! |
|
@igor-sirotin |
|
@etherealjoy, no, I haven't done that. |
I get a build error with MSVC 16.6.30114.105 without this include:
Fixed
QByteArray::toUtf8with FILE as request bodyIn
api-body.mustachethere's.toUtf8()call onQString outputto get a validQByteArrayfor the followinginput.request_body.append(const QByteArray&). This one is not needed whenoutputis obtained already asQByteArray.Updated related samples
Updated generator docs
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master,5.1.x,6.0.xping @ravinikam (2017/07) @stkrwork (2017/07) @etherealjoy (2018/02) @MartinDelille (2018/03) @muttleyxd (2019/08)