| 127 | //----------------------------------------------------------------------------- |
| 128 | |
| 129 | void ModuleManager::onRemove() |
| 130 | { |
| 131 | // Clear database. |
| 132 | clearDatabase(); |
| 133 | |
| 134 | // Unregister object. |
| 135 | mNotificationListeners.unregisterObject(); |
| 136 | |
| 137 | // Call parent. |
| 138 | Parent::onRemove(); |
| 139 | } |
| 140 | |
| 141 | //----------------------------------------------------------------------------- |
| 142 |
nothing calls this directly
no test coverage detected