| 187 | } |
| 188 | |
| 189 | void MapWidget::AntialiasingOn() |
| 190 | { |
| 191 | auto engine = m_framework.GetDrapeEngine(); |
| 192 | if (engine != nullptr) |
| 193 | engine->SetPosteffectEnabled(df::PostprocessRenderer::Antialiasing, true); |
| 194 | } |
| 195 | |
| 196 | void MapWidget::AntialiasingOff() |
| 197 | { |
nothing calls this directly
no test coverage detected