| 63 | // Color |
| 64 | |
| 65 | void Color::setFor(const GraphicsContext&, bool) |
| 66 | { |
| 67 | notImplemented("Color::setFor"); |
| 68 | } |
| 69 | |
| 70 | // ----------------------------------------------------------------------- |
| 71 | // Line |
nothing calls this directly
no test coverage detected