///////////////////////////////////////////////////////
| 125 | |
| 126 | //////////////////////////////////////////////////////////// |
| 127 | void WindowBase::close() |
| 128 | { |
| 129 | // Delete the window implementation |
| 130 | m_impl.reset(); |
| 131 | } |
| 132 | |
| 133 | |
| 134 | //////////////////////////////////////////////////////////// |