mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
fixed cpp and h files generated syntax
This commit is contained in:
parent
8e1c6ad90b
commit
e5a6a5eced
@ -548,7 +548,7 @@ QString MLXMLUtilityFunctions::generateH(const QString& basefilename,const MLXML
|
||||
result += "public:\n";
|
||||
result += "\t" + classname + "(){}\n";
|
||||
result += "\tbool applyFilter( const QString& filterName,MeshDocument& md,EnvWrap& env, vcg::CallBackPos * cb );\n";
|
||||
result += "};";
|
||||
result += "};\n";
|
||||
result += "#endif\n";
|
||||
return result;
|
||||
}
|
||||
@ -557,7 +557,6 @@ QString MLXMLUtilityFunctions::generateCPP(const QString& basefilename,const MLX
|
||||
{
|
||||
QString result = MLXMLUtilityFunctions::generateMeshLabCodeFilePreamble();
|
||||
result += "#include \"" + basefilename + ".h\n";
|
||||
result += "#include <../../common/.h>\n";
|
||||
|
||||
QString classname = MLXMLUtilityFunctions::generateNameClassPlugin(tree.plugin);
|
||||
QString envname("env");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user