| 10160 | m_ctx.setCurrentTracker(m_parent); |
| 10161 | } |
| 10162 | void TrackerBase::moveToThis() { |
| 10163 | m_ctx.setCurrentTracker(this); |
| 10164 | } |
| 10165 | |
| 10166 | SectionTracker::SectionTracker(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent) |
| 10167 | : TrackerBase(nameAndLocation, ctx, parent) { |
nothing calls this directly
no test coverage detected