| 551 | } |
| 552 | |
| 553 | void QuickInspector::aboutToCleanSceneGraph() |
| 554 | { |
| 555 | m_sgModel->setWindow(nullptr); |
| 556 | m_currentSgNode = nullptr; |
| 557 | m_sgPropertyController->setObject(nullptr, QString()); |
| 558 | } |
| 559 | |
| 560 | void QuickInspector::sceneGraphCleanedUp() |
| 561 | { |