| 72 | } |
| 73 | |
| 74 | RulerAttributes::RulerAttributes() |
| 75 | : _d(new Private()) |
| 76 | { |
| 77 | // this block left empty intentionally |
| 78 | } |
| 79 | |
| 80 | RulerAttributes::RulerAttributes(const RulerAttributes &r) |
| 81 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected