| 24 | } |
| 25 | |
| 26 | AbstractThreeDAttributes::AbstractThreeDAttributes() |
| 27 | : _d(new Private()) |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | AbstractThreeDAttributes::AbstractThreeDAttributes(const AbstractThreeDAttributes &r) |
| 32 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected