mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 01:59:07 +00:00
Fix failing build due to deprecation of initialCaps (#2168)
Include functional for failing build in debian
This commit is contained in:
@@ -204,7 +204,7 @@ public class CppQt5AbstractCodegen extends AbstractCppCodegen implements Codegen
|
||||
|
||||
@Override
|
||||
public String toModelFilename(String name) {
|
||||
return modelNamePrefix + sanitizeName(initialCaps(name));
|
||||
return toModelName(name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user