forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the reserved keywords for Qt projects with the following words:
- signals (builtin Qt macro) - slots (builtin Qt macro) - NULL - valid (generated classes has an isValid method) - set (generated classes has an isSet method) Fixes OpenAPITools#17487
- Loading branch information
1 parent
a5d3fb4
commit 5db2be0
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,7 @@ public AbstractCppCodegen() { | |
"noexcept", | ||
"not", | ||
"not_eq", | ||
"NULL", | ||
"nullptr", | ||
"operator", | ||
"or", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters