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

Method load

Engine/Project.cpp:1516–1523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516bool
1517Project::load(const ProjectSerialization & obj,
1518 const QString& name,
1519 const QString& path,
1520 bool* mustSave)
1521{
1522 return _imp->restoreFromSerialization(obj, name, path, mustSave);
1523}
1524
1525void
1526Project::beginKnobsValuesChanged(ValueChangedReasonEnum /*reason*/)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected