MCPcopy Create free account
hub / github.com/MyGUI/mygui / shutdown

Method shutdown

Tools/LayoutEditor/BackwardCompatibilityManager.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void BackwardCompatibilityManager::shutdown()
136 {
137 SettingsManager::getInstance().eventSettingsChanged.disconnect(this);
138 SettingsManager::getInstance().setValue("Settings/LayoutVersion", mCurrentVersion);
139 }
140
141 void BackwardCompatibilityManager::serialiseProperty(
142 MyGUI::xml::Element* _node,

Callers

nothing calls this directly

Calls 2

disconnectMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected