| 36 | } |
| 37 | |
| 38 | BackgroundAttributes::BackgroundAttributes() |
| 39 | : _d(new Private()) |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | BackgroundAttributes::BackgroundAttributes(const BackgroundAttributes &r) |
| 44 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected