-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++][qt] Fix warning message #7815
[C++][qt] Fix warning message #7815
Conversation
Looks good to me, good increments to improve the qtcpp generator. |
@etherealjoy Not yet but I'm planning too. Unfortunately I have a blocking issue there: #7802 |
@@ -38,13 +38,13 @@ public: | |||
|
|||
void cleanup(); | |||
|
|||
String asJson (); | |||
String asJson () override; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think this file is actually needed, it doesnt use anything from QT and has a tizen namespace defined. Can you try generating a qt client without this mustache file? (Also remove it from the java file, if necessary)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes indeed. I just removed it.
@MartinDelille thanks for the PR, which has been merged into master. Thanks @etherealjoy @stkrwork for reviewing the change. |
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.3.0.0
branch for changes related to OpenAPI spec 3.0. Default:master
.Description of the PR
There is currently a warning when compiling Qt models:
These PR fix it.
Ping @ravinikam @stkrwork @fvarose