| 23 | } |
| 24 | |
| 25 | [[nodiscard]] QRectF invalidRect() { |
| 26 | return {1.0, 1.0, -2.0, -2.0}; |
| 27 | } |
| 28 | |
| 29 | // Thin Qwt-boundary adapters over the canonical conversions in Time.h, so the |
| 30 | // (raw - offset)/1e9 arithmetic lives in exactly one place. Caller is responsible |
no outgoing calls
no test coverage detected