| 267 | // ----------------------------------------------------------------------- |
| 268 | |
| 269 | void Window::PrivateData::renderToPicture(const char*, const GraphicsContext&, uint, uint) |
| 270 | { |
| 271 | notImplemented("Window::PrivateData::renderToPicture"); |
| 272 | } |
| 273 | |
| 274 | // ----------------------------------------------------------------------- |
| 275 |
nothing calls this directly
no test coverage detected