MCPcopy Create free account
hub / github.com/KDAB/GammaRay / aboutToCleanSceneGraph

Method aboutToCleanSceneGraph

plugins/quickinspector/quickinspector.cpp:553–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

QStringClass · 0.50
setWindowMethod · 0.45
setObjectMethod · 0.45

Tested by

no test coverage detected