| 56 | } |
| 57 | |
| 58 | MapWidget::~MapWidget() |
| 59 | { |
| 60 | m_framework.EnterBackground(); |
| 61 | m_framework.SetRenderingDisabled(true); |
| 62 | m_contextFactory->PrepareToShutdown(); |
| 63 | m_framework.DestroyDrapeEngine(); |
| 64 | m_contextFactory.reset(); |
| 65 | } |
| 66 | |
| 67 | void MapWidget::BindHotkeys(QWidget & parent) |
| 68 | { |
nothing calls this directly
no test coverage detected