forked from loafle/openapi-generator-original
Fixes double prefixing during model import (#1398)
This commit is contained in:
parent
93e2fc6355
commit
0ed02c8e91
@ -253,7 +253,7 @@ public class CppQt5ClientCodegen extends AbstractCppCodegen implements CodegenCo
|
||||
if (!folder.isEmpty())
|
||||
folder += File.separator;
|
||||
|
||||
return "#include \"" + folder + toModelName(name) + ".h\"";
|
||||
return "#include \"" + folder + sanitizeName(name) + ".h\"";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user