* @brief Rebuilds the live frame pipeline from the current project and clears the runtime-dirty * flag. Resets the dashboard the same way the enable/disable toggle does. */
| 7663 | * flag. Resets the dashboard the same way the enable/disable toggle does. |
| 7664 | */ |
| 7665 | void DataModel::ProjectModel::syncRuntime() |
| 7666 | { |
| 7667 | m_runtimeDirty = false; |
| 7668 | DataModel::FrameBuilder::instance().syncFromProjectModel(); |
| 7669 | } |
| 7670 | |
| 7671 | /** |
| 7672 | * @brief Flushes any pending debounced autosave synchronously (called on app quit). |
nothing calls this directly
no test coverage detected