| 48 | } |
| 49 | |
| 50 | ValueTrackerAttributes::ValueTrackerAttributes() |
| 51 | : _d(new Private()) |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | ValueTrackerAttributes::ValueTrackerAttributes(const ValueTrackerAttributes &r) |
| 56 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected