///////////////////////////////////////////////////////
| 138 | |
| 139 | //////////////////////////////////////////////////////////// |
| 140 | void Window::close() |
| 141 | { |
| 142 | // Delete the context |
| 143 | m_context.reset(); |
| 144 | |
| 145 | // Close the base window |
| 146 | WindowBase::close(); |
| 147 | } |
| 148 | |
| 149 | |
| 150 | //////////////////////////////////////////////////////////// |
no test coverage detected