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

Method load

Engine/Project.cpp:1616–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614}
1615
1616bool
1617Project::load(const ProjectSerialization & obj,
1618 const QString& name,
1619 const QString& path,
1620 bool* mustSave)
1621{
1622 return _imp->restoreFromSerialization(obj, name, path, mustSave);
1623}
1624
1625void
1626Project::beginKnobsValuesChanged(ValueChangedReasonEnum /*reason*/)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected