| 1614 | } |
| 1615 | |
| 1616 | bool |
| 1617 | Project::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 | |
| 1625 | void |
| 1626 | Project::beginKnobsValuesChanged(ValueChangedReasonEnum /*reason*/) |
nothing calls this directly
no test coverage detected