| 852 | // ----------------------------------------------------------------------- |
| 853 | |
| 854 | void Window::PrivateData::renderToPicture(const char*, const GraphicsContext&, uint, uint) |
| 855 | { |
| 856 | notImplemented("Window::PrivateData::renderToPicture"); |
| 857 | } |
| 858 | |
| 859 | // -------------------------------------------------------------------------------------------------------------------- |
| 860 |
nothing calls this directly
no test coverage detected