| 1514 | } |
| 1515 | |
| 1516 | bool |
| 1517 | Project::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 | |
| 1525 | void |
| 1526 | Project::beginKnobsValuesChanged(ValueChangedReasonEnum /*reason*/) |
nothing calls this directly
no test coverage detected