MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / saveProject

Method saveProject

Engine/Project.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404} // Project::loadProjectInternal
405
406bool
407Project::saveProject(const QString & path,
408 const QString & name,
409 QString* newFilePath)
410{
411 return saveProject_imp(path, name, false, true, newFilePath);
412}
413
414bool
415Project::saveProject_imp(const QString & path,

Callers 3

saveMethod · 0.45
saveAsMethod · 0.45
Sbk_AppFunc_saveProjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected