| 213 | // -------------------------------------------------------------------------------------------------------------------- |
| 214 | |
| 215 | void Window::PrivateData::renderToPicture(const char*, const GraphicsContext&, uint, uint) |
| 216 | { |
| 217 | notImplemented("Window::PrivateData::renderToPicture"); |
| 218 | } |
| 219 | |
| 220 | // -------------------------------------------------------------------------------------------------------------------- |
| 221 |
nothing calls this directly
no test coverage detected