apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

Fix Qt vars name filter #78

Closed w4bremer closed 1 year ago

w4bremer commented 1 year ago

The Qt vars filter was not in sync with the Qt params filter. In some cases the filters generated different names for the same variables which broke the compilation. With this change we remove the camel casing in the Qt vars filter and add tests for this case.

Closes #

📑 Description

✅ Checks

ℹ Additional Information