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