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

Method saveTempProject

Engine/PyAppInstance.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416bool
417App::saveTempProject(const QString& filename)
418{
419 return getInternalApp()->saveTemp( filename.toStdString() );
420}
421
422bool
423App::saveProject(const QString& filename)

Callers 1

Calls 2

saveTempMethod · 0.80
toStdStringMethod · 0.80

Tested by

no test coverage detected