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

Method saveAs

Engine/AppInstance.cpp:2245–2252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243}
2244
2245bool
2246AppInstance::saveAs(const std::string& filename)
2247{
2248 std::string outFile = filename;
2249 std::string path = SequenceParsing::removePath(outFile);
2250
2251 return getProject()->saveProject(QString::fromUtf8( path.c_str() ), QString::fromUtf8( outFile.c_str() ), 0);
2252}
2253
2254AppInstancePtr
2255AppInstance::loadProject(const std::string& filename)

Callers 1

saveProjectAsMethod · 0.45

Calls 1

saveProjectMethod · 0.45

Tested by

no test coverage detected