* @brief Pushes the current tree expansion into the project model (e.g. after a manual toggle). */
| 5770 | * @brief Pushes the current tree expansion into the project model (e.g. after a manual toggle). |
| 5771 | */ |
| 5772 | void DataModel::ProjectEditor::persistTreeExpansion() |
| 5773 | { |
| 5774 | DataModel::ProjectModel::instance().setTreeExpansion(snapshotTreeExpansion()); |
| 5775 | } |
| 5776 | |
| 5777 | //-------------------------------------------------------------------------------------------------- |
| 5778 | // Multi-selection |
nothing calls this directly
no test coverage detected