| 52 | } |
| 53 | |
| 54 | GridAttributes::GridAttributes() |
| 55 | : _d(new Private()) |
| 56 | { |
| 57 | // this block left empty intentionally |
| 58 | } |
| 59 | |
| 60 | GridAttributes::GridAttributes(const GridAttributes &r) |
| 61 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected