mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 10:39:15 +00:00
* [cpp-qt-client]Optimize generated code - Use const references at function parameters - Do not perform useless initialization of QStrings - Use qDeleteAll * - Do not change signal arguments to const in public API as it breaks API - Fix whitespace typo * Regenerate tests