| 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, |
nothing calls this directly
no test coverage detected