* @brief Coalesces rapid ProjectModel mutation bursts into a single rebuild. */
| 1308 | * @brief Coalesces rapid ProjectModel mutation bursts into a single rebuild. |
| 1309 | */ |
| 1310 | void DataModel::ProjectEditor::scheduleTreeRebuild() |
| 1311 | { |
| 1312 | if (!m_rebuildTimer.isActive()) |
| 1313 | m_rebuildTimer.start(); |
| 1314 | } |
| 1315 | |
| 1316 | /** |
| 1317 | * @brief Rebuilds the project-structure tree, restoring expansion and selection. |